We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f2bed commit 46fb3c4Copy full SHA for 46fb3c4
js/main.js
@@ -12,7 +12,7 @@ function getData(){
12
$.get('https://api.github.com/users/' + $('#inputText').val(), "", function(data){
13
var Avatar = data['avatar_url'];
14
var Username = data['login'];
15
- var url = data['url'];
+ var url = data['html_url'];
16
var lastPlayed = "None";
17
var joined = data['createdAt'];
18
var html = '<center><img src="' + Avatar + '"width="100px" height="100px" style="border:3px solid #fff">';
0 commit comments