Fixed search-tabs hiding but not the results on empty search

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-28 11:35:09 +02:00
parent de619211fc
commit c0abda2e73

View File

@@ -191,7 +191,8 @@ var Search = {
Helper.removeClass(".main", "blurT");
Helper.removeClass("#controls", "blurT");
Helper.removeClass(".main", "clickthrough");
Helper.css(".results-tabs", "display", "none");
//Helper.css(".results-tabs", "display", "none");
Helper.css(".search_results", "display", "none");
}
},