mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed search-tabs hiding but not the results on empty search
This commit is contained in:
@@ -191,7 +191,8 @@ var Search = {
|
|||||||
Helper.removeClass(".main", "blurT");
|
Helper.removeClass(".main", "blurT");
|
||||||
Helper.removeClass("#controls", "blurT");
|
Helper.removeClass("#controls", "blurT");
|
||||||
Helper.removeClass(".main", "clickthrough");
|
Helper.removeClass(".main", "clickthrough");
|
||||||
Helper.css(".results-tabs", "display", "none");
|
//Helper.css(".results-tabs", "display", "none");
|
||||||
|
Helper.css(".search_results", "display", "none");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user