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(); } });