mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Add callback=? to GitHub API calls missing it
This commit is contained in:
parent
00839e777e
commit
c99b0a92a5
@ -1,8 +1,8 @@
|
||||
$(function() {
|
||||
var milestonesUrl = "https://api.github.com/repos/marcuswhybrow/minecraft-server-manager/milestones?callback=?",
|
||||
tagsUrl = "https://api.github.com/repos/marcuswhybrow/minecraft-server-manager/tags?callback=?"
|
||||
stargazersUrl = "https://api.github.com/repos/marcuswhybrow/minecraft-server-manager/stargazers?per_page=100",
|
||||
contributorsUrl = "https://api.github.com/repos/marcuswhybrow/minecraft-server-manager/contributors?per_page=100";
|
||||
stargazersUrl = "https://api.github.com/repos/marcuswhybrow/minecraft-server-manager/stargazers?per_page=100&callback=?",
|
||||
contributorsUrl = "https://api.github.com/repos/marcuswhybrow/minecraft-server-manager/contributors?per_page=100&callback=?";
|
||||
|
||||
var maintainers = [
|
||||
"marcuswhybrow",
|
||||
@ -170,4 +170,4 @@ $(function() {
|
||||
var $this = $(this);
|
||||
_gaq.push(['_trackEvent', 'External Link', $this.text(), $this.attr('href')]);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user