From 472636c32cade3a9b967ae81d0f48bca078de79d Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 7 Sep 2015 08:25:53 +0000 Subject: [PATCH] Fix mail filter rules list does not get displayed --- mail/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/js/app.js b/mail/js/app.js index 50004680eb..3684a89b43 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -3624,7 +3624,7 @@ app.classes.mail = AppJS.extend( */ loadIframe: function (_url, _iFrame) { - var mailSplitter = this.et2.getWidgetById('mailSplitter'); + var mailSplitter = this.et2.getWidgetById('mail.index.spliter'); var quotaipercent = this.et2.getWidgetById('nm[quotainpercent]'); var iframe = _iFrame || this.et2.getWidgetById('extra_iframe'); if (typeof iframe != 'undefined' && iframe)