diff --git a/htdocs/site/js/github.js b/htdocs/site/js/github.js index b39c23e7e..870853165 100644 --- a/htdocs/site/js/github.js +++ b/htdocs/site/js/github.js @@ -1,7 +1,5 @@ /*! Inspired by: http://aboutcode.net/2010/11/11/list-github-projects-using-javascript.html */ -/*jshint forin:true, noarg:true, noempty:true, eqeqeq:true, bitwise:true, strict:false, undef:true, unused:true, curly:true, browser:true, jquery:true, indent:4*/ - jQuery.fn.listCommits = function(username, repository, branch) { this.html('Querying GitHub for recent commits…');