mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
Make sure the dom is rendered and is ready to append to it
This commit is contained in:
parent
74eee4d061
commit
ec13220449
@ -176,7 +176,7 @@
|
|||||||
.click(function (){self.close(framework.popup_idx(self.$iFrame[0].contentWindow));});
|
.click(function (){self.close(framework.popup_idx(self.$iFrame[0].contentWindow));});
|
||||||
if ($appHeader.length > 0)
|
if ($appHeader.length > 0)
|
||||||
{
|
{
|
||||||
$appHeader.addClass('egw_fw_mobile_popup_appHeader').prepend($closeBtn);
|
setTimeout(function(){$appHeader.addClass('egw_fw_mobile_popup_appHeader').prepend($closeBtn)},0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user