-
+
diff --git a/src/main/webapp/WEB-INF/view/search.jsp b/src/main/webapp/WEB-INF/view/search.jsp
index 3b5e17aa527ef966a84e36c966c98fb1368ef98f..a2e545f4f9f0b2bfecb2a58b4086bd82c04b069c 100644
--- a/src/main/webapp/WEB-INF/view/search.jsp
+++ b/src/main/webapp/WEB-INF/view/search.jsp
@@ -111,8 +111,7 @@
-
+
diff --git a/src/main/webapp/js/help.js b/src/main/webapp/js/help.js
index 04356c40fc3ce82c70b103843c321cc747724036..fac2f15182c9b76a835e000390badea8295289b3 100644
--- a/src/main/webapp/js/help.js
+++ b/src/main/webapp/js/help.js
@@ -10,6 +10,14 @@ $(function(){
return true;
});
+ $("[data-toggle='control-options']").click(function(e) {
+ e.preventDefault();
+ var target = $(this).attr('data-target') || $(this).attr('href');
+ if (target) {
+ $(target).toggleClass("active");
+ }
+ });
+
$('#searchOptionsClearButton').on('click', function(e) {
$('#labelTypeSearchOption').prop('selectedIndex', -1);
$('#langSearchOption').prop('selectedIndex', 0);