-
+
diff --git a/src/main/webapp/WEB-INF/view/search.jsp b/src/main/webapp/WEB-INF/view/search.jsp
index 3b5e17aa5..a2e545f4f 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 04356c40f..fac2f1518 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);