From bd2243f01a3e929b344c65f0c85d33537fb08ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 8 May 2015 22:00:46 +0200 Subject: [PATCH] testing --- static/js/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/search.js b/static/js/search.js index 3c7f737a..a23a560f 100755 --- a/static/js/search.js +++ b/static/js/search.js @@ -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);