mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
testing
This commit is contained in:
@@ -182,7 +182,7 @@ function search(search_input){
|
||||
|
||||
var output = "";
|
||||
|
||||
$("#results").append(result_html);
|
||||
//$("#results").append(result_html);
|
||||
|
||||
$.each(response.items, function(i,song)
|
||||
{
|
||||
@@ -197,7 +197,7 @@ function search(search_input){
|
||||
|
||||
//$("#results").append(result_html);
|
||||
|
||||
var song = $("#result");
|
||||
var song = result_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