diff --git a/plugins/enigma/enigma.js b/plugins/enigma/enigma.js index e7c06a5ad..86b21771c 100644 --- a/plugins/enigma/enigma.js +++ b/plugins/enigma/enigma.js @@ -245,8 +245,15 @@ rcube_webmail.prototype.enigma_export = function(selected) rcmail.enigma_export_submit(args); $(this).remove(); } + }, + { + 'class': 'cancel', + text: this.get_label('close'), + click: function(e) { + $(this).remove(); + } }], - {width: 400} + {width: 500} ); this.enigma_export_submit(args);