mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-10 17:27:40 +08:00
removed code that errored out jshint checks
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
842d735216
commit
3f6d7c76df
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
*/
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue