Skip to content

Commit 93c8680

Browse files
author
Davert
committed
design updated
1 parent 4c9ecc5 commit 93c8680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/contributors.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
$(document).ready(function () {
2-
$.get('https://api.github.com/repos/Codeception/Codeception/contributors', '',function(data) {
2+
$.get('https://api.github.com/repos/Codeception/Codeception/contributors', '',function(data,jqXHR) {
33

44
if (data === undefined) {
55
data = $.parseJSON(jqXHR.responseText);
66
}
7-
7+
88
$.each(data, function (key, contributor) {
99
var image = "<img src=\"" + contributor.avatar_url + "\" width=\"48\" height=\"48\">";
1010
var link = $(document.createElement('a'));

0 commit comments

Comments
 (0)