diff --git a/index.php b/index.php index fd83b61b..2c905d43 100755 --- a/index.php +++ b/index.php @@ -64,7 +64,7 @@ -
+
diff --git a/static/js/search.js b/static/js/search.js index b28f4b03..5bdf801f 100755 --- a/static/js/search.js +++ b/static/js/search.js @@ -133,7 +133,9 @@ function showSearch(){ $(".search_input").focus(); } $("#song-title").toggleClass("hide"); - $("#results").toggleClass("hide"); + $("#results").removeClass("hide"); + $("#results").empty(); + $("#search").focus(); }