diff --git a/htdocs/site/js/github.js b/htdocs/site/js/github.js index 66901f640..e4ff10b3f 100644 --- a/htdocs/site/js/github.js +++ b/htdocs/site/js/github.js @@ -12,13 +12,14 @@ jQuery.fn.listCommits = function(username, repository, branch) { var target = this; $.getJSON('https://api.github.com/repos/' + username + '/' + repository + '/commits?sha=' + branch + '&callback=?', function(response) { - var commits = response.data, - list = $('