Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/app
diff options
context:
space:
mode:
Diffstat (limited to 'js/app')
-rw-r--r--js/app/services/searchboxexpanderservice.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/app/services/searchboxexpanderservice.js b/js/app/services/searchboxexpanderservice.js
index 972b26d1..187638fc 100644
--- a/js/app/services/searchboxexpanderservice.js
+++ b/js/app/services/searchboxexpanderservice.js
@@ -216,13 +216,13 @@
$('.searchbox_settings_label').on("click", function(evt) {
return;
- var key = $(this).attr("key");
+ /*var key = $(this).attr("key");
var checkBoxes = $("#"+key+"_input");
checkBoxes.prop("checked", !checkBoxes.prop("checked"));
//todo add functionality here
-
+*/
});
}