diff --git a/.themes/classic/source/javascripts/github.js b/.themes/classic/source/javascripts/github.js index 6cfc0b0..fc2bb12 100644 --- a/.themes/classic/source/javascripts/github.js +++ b/.themes/classic/source/javascripts/github.js @@ -14,7 +14,7 @@ var github = (function(){ showRepos: function(options){ $.ajax({ url: "https://api.github.com/users/"+options.user+"/repos?sort=pushed&callback=?" - , type: 'jsonp' + , dataType: 'jsonp' , error: function (err) { $(options.target + ' li.loading').addClass('error').text("Error loading feed"); } , success: function(data) { var repos = [];