mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Search fixes #125, faster lazy-load image, detects localhost
This commit is contained in:
@@ -31,6 +31,9 @@ var Search = {
|
||||
if(Helper.contains($("#search_loader").attr("class").split(" "), "hide"))
|
||||
$("#search_loader").removeClass("hide");
|
||||
|
||||
if(Helper.contains($("#results").attr("class").split(" "), "hide"))
|
||||
$("#results").removeClass("hide");
|
||||
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: yt_url,
|
||||
|
||||
Reference in New Issue
Block a user