refactored permissions for simpler customizations (#808)
This commit is contained in:
@@ -131,6 +131,9 @@
|
||||
}
|
||||
|
||||
ALERT.question(message, function(value) {
|
||||
if (!value) {
|
||||
return;
|
||||
}
|
||||
var btn = $(button);
|
||||
var exportButtons = $('.exportBtn');
|
||||
// disabling does not yet work...
|
||||
|
||||
Reference in New Issue
Block a user