From de485f883e25fcac75203264e336a3945db0d690 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Fri, 6 Jul 2012 11:34:35 +0200 Subject: Suppress error message popups on login screen --- skins/larry/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 7c66e01ae..6cc4d1d7e 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -265,7 +265,7 @@ function rcube_mail_ui() function message_displayed(p) { // show a popup dialog on errors - if (p.type == 'error') { + if (p.type == 'error' && rcmail.env.task != 'login') { if (!me.messagedialog) { me.messagedialog = $('
').addClass('popupdialog'); } -- cgit v1.2.3