We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350318b commit 8ce72a7Copy full SHA for 8ce72a7
js/contributors.js
@@ -6,7 +6,7 @@ $.ajax({
6
dataType: 'jsonp',
7
success: function(data,status) {
8
9
- $.each(data, function (key, contributor) {
+ $.each(data.data, function (key, contributor) {
10
var image = "<img src=\"" + contributor.avatar_url + "\" width=\"48\" height=\"48\">";
11
var link = $(document.createElement('a'));
12
link.attr('href','https://github.com/'+contributor.login);
0 commit comments