Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4157cda commit c35ff7bCopy full SHA for c35ff7b
.themes/classic/source/javascripts/github.js
@@ -14,7 +14,7 @@ var github = (function(){
14
showRepos: function(options){
15
$.ajax({
16
url: "https://api.github.com/users/"+options.user+"/repos?sort=pushed&callback=?"
17
- , type: 'jsonp'
+ , dataType: 'jsonp'
18
, error: function (err) { $(options.target + ' li.loading').addClass('error').text("Error loading feed"); }
19
, success: function(data) {
20
var repos = [];
0 commit comments