From d2702cec7260c928243fee50ae863f36e9d60ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 8 May 2015 21:56:36 +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 014437b5..1b9b40d3 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); + var song = $(result_html).find("#result"); song.find(".search-title").text(title); song.find(".result_info").text(duration); song.find(".thumb").attr("src", thumb);