refactored permissions for simpler customizations (#808)

This commit is contained in:
Kevin Papst
2019-05-25 17:23:15 +02:00
committed by GitHub
parent d18019159b
commit ebff4a765a
24 changed files with 299 additions and 161 deletions

View File

@@ -131,6 +131,9 @@
}
ALERT.question(message, function(value) {
if (!value) {
return;
}
var btn = $(button);
var exportButtons = $('.exportBtn');
// disabling does not yet work...