summaryrefslogtreecommitdiff
path: root/htroot/yacysearchtrailer.html
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2017-09-15 14:23:49 +0200
committerluccioman <luccioman@users.noreply.github.com>2017-09-15 14:23:49 +0200
commit4ab961fa46e03c475b11f61e6112cf093e191e52 (patch)
tree08d1180359acc76a7f470cf6a19c4b6658a45fcd /htroot/yacysearchtrailer.html
parentad61a3afedb1dc20cdf80bbc6ff8302d55605930 (diff)
Added HTML ids to search navigators for a more reliable JS refreshing.
Diffstat (limited to 'htroot/yacysearchtrailer.html')
-rw-r--r--htroot/yacysearchtrailer.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/yacysearchtrailer.html b/htroot/yacysearchtrailer.html
index 934ef3508..b2e02d03a 100644
--- a/htroot/yacysearchtrailer.html
+++ b/htroot/yacysearchtrailer.html
@@ -158,7 +158,7 @@ function toggleVisibility(name, count) {
</script>
#(nav-languages)#::
-<ul class="nav nav-sidebar menugroup">
+<ul id="nav-languages" class="nav nav-sidebar menugroup">
<li style="cursor: pointer; cursor: hand;"><h3 onclick="toggleVisibility('languages', #[count]#);">Language [#[count]#] <span style="float:right" id="chevron-languages" class="glyphicon glyphicon-chevron-down" title="click to expand facet"></span></h3></li>
#{element}#
<li style="display:none" id="#[id]#"><a href="#[url]#" class="MenuItemLink"><input type="checkbox" onchange="window.location.href='#[url]#'"#(on)# checked="checked"::#(/on)#/> #[name]# (#[count]#)</a></li>
@@ -167,7 +167,7 @@ function toggleVisibility(name, count) {
#(/nav-languages)#
#{navs}#
-<ul class="nav nav-sidebar menugroup">
+<ul id="nav-#[name]#" class="nav nav-sidebar menugroup">
<li style="cursor: pointer; cursor: hand;"><h3 onclick="toggleVisibility('#[name]#', #[count]#);">#[displayname]# [#[count]#] <span style="float:right" id="chevron-#[name]#" class="glyphicon glyphicon-chevron-down" title="click to expand facet"></span></h3></li>
#{element}#
<li style="display:none" id="#[id]#"><a href="#[url]#" class="MenuItemLink"><input type="checkbox" onchange="window.location.href='#[url]#'"#(on)# checked="checked"::#(/on)#/> #[name]# (#[count]#)</a></li>
@@ -176,7 +176,7 @@ function toggleVisibility(name, count) {
#{/navs}#
#{nav-vocabulary}#
-<ul class="nav nav-sidebar menugroup">
+<ul id="nav-vocabulary" class="nav nav-sidebar menugroup">
<li style="cursor: pointer; cursor: hand;"><h3 onclick="toggleVisibility('vocabulary_#[navname]#', #[count]#);">#[navname]# [#[count]#] <span style="float:right" id="chevron-vocabulary_#[navname]#" class="glyphicon glyphicon-chevron-down" title="click to expand facet"></span></h3></li>
#{element}#
<li style="display:none" id="#[id]#"><a href="#[url]#" class="MenuItemLink"><input type="checkbox" onchange="window.location.href='#[url]#'"#(on)# checked="checked"::#(/on)#/> #[name]# (#[count]#)</a></li>