Fixed search error

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-24 19:45:20 +02:00
parent b5c45507bb
commit fc47c8a905
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -112,7 +112,7 @@ $(document).ready(function()
$(".main").height(window.innerHeight-64);
git_info = $.ajax({ type: "GET",
url: "https://api.github.com/repos/nixolas1/zoff/commits",
url: "https://api.github.com/repos/zoff-music/zoff/commits",
async: false
}).responseText;