remove debugging

This commit is contained in:
j 2018-09-25 10:39:42 +02:00
commit 66c3561328
2 changed files with 0 additions and 3 deletions

View file

@ -939,12 +939,10 @@ pandora.ui.mainMenu = function() {
window.open(document.location.href + '#?print=true', '_blank');
},
key_control_shift_e: function() {
console.log('!!', ui.section, pandora.enableBatchEdit(ui.section))
if (
!pandora.hasDialogOrScreen() &&
pandora.enableBatchEdit(ui.section)
) {
console.log('!!>>', ui.section)
if (ui.section == 'documents') {
pandora.ui.editDocumentsDialog().open();
} else {