mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
testing
This commit is contained in:
@@ -190,6 +190,8 @@ function search(search_input){
|
||||
duration = duration.replace("PT","").replace("H","h ").replace("M","m ").replace("S","s")
|
||||
thumb=song.snippet.thumbnails.medium.url;
|
||||
|
||||
console.log(result_html);
|
||||
$("#results").append(result_html);
|
||||
|
||||
var song = $("#result");
|
||||
song.find(".search-title").text(title);
|
||||
@@ -201,8 +203,6 @@ function search(search_input){
|
||||
}
|
||||
});
|
||||
|
||||
$("#results").append(result_html);
|
||||
|
||||
if(!contains($("#search_loader").attr("class").split(" "), "hide"))
|
||||
$("#search_loader").addClass("hide");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user