Don't hide dialog window for show source dialog in mobile mode

pull/5742/merge
Aleksander Machniak 7 years ago
parent d497e2aef0
commit 80e76c962e

@ -2553,10 +2553,6 @@ function rcube_elastic_ui()
rcmail.simple_dialog(frame, title, null, {cancel_button: 'close'});
// Remove title bar of the dialog widget, we most likely have
// one bar in the iframe
frame.parent().parent().children('.ui-dialog-titlebar').hide();
return true;
};

Loading…
Cancel
Save