From 8dc9df92c7b79de2c34746156695cd4f2d82ecfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 8 May 2015 21:50:06 +0200 Subject: [PATCH] testing --- static/js/search.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/search.js b/static/js/search.js index 7f976389..a9b7a9a0 100755 --- a/static/js/search.js +++ b/static/js/search.js @@ -203,6 +203,8 @@ function search(search_input){ song.attr("onclick", "submitAndClose('"+id+"','"+enc_title+"',"+secs+");"); song.attr("id",id); + console.log(song.html()); + output += song.html(); } });