diff --git a/htroot/env/base.css b/htroot/env/base.css index 614c31b02..f0457e9c1 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -253,6 +253,10 @@ div.searchresults { margin-bottom:1em; } +div.searchresults.hidden { + display:none; +} + div.SubMenugroup{ float:left; margin-right:1px; diff --git a/htroot/js/yacysearch.js b/htroot/js/yacysearch.js index ad400d8a8..cb37bdb29 100644 --- a/htroot/js/yacysearch.js +++ b/htroot/js/yacysearch.js @@ -102,10 +102,13 @@ function requestImageSnippet(url, query, progressbar){ } function show_hidden_results(){ - results=document.getElementsByName("searchresults"); - for(i=0;i