diff --git a/public/index.html b/public/index.html index 806da6b..c886eea 100644 --- a/public/index.html +++ b/public/index.html @@ -33,8 +33,136 @@
- -
+ +
+
+ + + + + +
+
+ + + + + + + + + + +
+

Home

@@ -334,7 +462,7 @@

{{ metadata }}{{ rele - + diff --git a/public/js/app/search.js b/public/js/app/search.js index 014479f..4058a82 100644 --- a/public/js/app/search.js +++ b/public/js/app/search.js @@ -172,6 +172,8 @@ $("#searchbar").keyup(function(e){ sendAddToQueue(term); } }else{ + console.log( term ); + if (term != MainSearch.results.QUERY || main_selected == 'search_tab'){ document.getElementById("search_tab_content").style.display = "none"; socket.emit("mainSearch", {term: term});