mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
testing
This commit is contained in:
@@ -197,7 +197,7 @@ function search(search_input){
|
||||
|
||||
//$("#results").append(result_html);
|
||||
|
||||
var song = $(result_html).find("#result");
|
||||
var song = $(result_html).html();
|
||||
song.find(".search-title").text(title);
|
||||
song.find(".result_info").text(duration);
|
||||
song.find(".thumb").attr("src", thumb);
|
||||
|
||||
Reference in New Issue
Block a user