forked from extern/egroupware
Fix mail filter rules list does not get displayed
This commit is contained in:
parent
ac8f68cd29
commit
472636c32c
@ -3624,7 +3624,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
*/
|
*/
|
||||||
loadIframe: function (_url, _iFrame)
|
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 quotaipercent = this.et2.getWidgetById('nm[quotainpercent]');
|
||||||
var iframe = _iFrame || this.et2.getWidgetById('extra_iframe');
|
var iframe = _iFrame || this.et2.getWidgetById('extra_iframe');
|
||||||
if (typeof iframe != 'undefined' && iframe)
|
if (typeof iframe != 'undefined' && iframe)
|
||||||
|
Loading…
Reference in New Issue
Block a user