removed code that errored out jshint checks

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2019-05-12 19:09:35 +02:00
parent 842d735216
commit 3f6d7c76df
No known key found for this signature in database
GPG key ID: 2089A3431243E819

View file

@ -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
*/
});
}