provide lockstate for events and remove obsolete code
This commit is contained in:
@@ -153,17 +153,6 @@
|
||||
}
|
||||
});
|
||||
|
||||
// ACL
|
||||
$('#id_distr').change(function() {
|
||||
|
||||
if ($('#id_distr').is(':checked')) {
|
||||
$('#dbtn-acl').show();
|
||||
}
|
||||
else {
|
||||
$('#dbtn-acl').hide();
|
||||
}
|
||||
}).trigger('change');
|
||||
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user