diff --git a/assets/js/index.js b/assets/js/index.js index 0e1bf6a..4854885 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -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')]); }); -}); \ No newline at end of file +});