provide lockstate for events and remove obsolete code

This commit is contained in:
Mario Vavti
2016-10-22 20:44:41 +02:00
parent 6bf92979a2
commit 5fb173149a
3 changed files with 3 additions and 17 deletions

View File

@@ -153,17 +153,6 @@
}
});
// ACL
$('#id_distr').change(function() {
if ($('#id_distr').is(':checked')) {
$('#dbtn-acl').show();
}
else {
$('#dbtn-acl').hide();
}
}).trigger('change');
});
</script>