mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed search error
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -112,7 +112,7 @@ $(document).ready(function()
|
|||||||
$(".main").height(window.innerHeight-64);
|
$(".main").height(window.innerHeight-64);
|
||||||
|
|
||||||
git_info = $.ajax({ type: "GET",
|
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
|
async: false
|
||||||
}).responseText;
|
}).responseText;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user