Skip to content

Commit 8ce72a7

Browse files
author
Davert
committed
redesign
1 parent 350318b commit 8ce72a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/contributors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $.ajax({
66
dataType: 'jsonp',
77
success: function(data,status) {
88

9-
$.each(data, function (key, contributor) {
9+
$.each(data.data, function (key, contributor) {
1010
var image = "<img src=\"" + contributor.avatar_url + "\" width=\"48\" height=\"48\">";
1111
var link = $(document.createElement('a'));
1212
link.attr('href','https://github.com/'+contributor.login);

0 commit comments

Comments
 (0)