mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
Fix mobile theme modal dialog resize issue
This commit is contained in:
parent
8339b027c9
commit
b2f1e669c1
@ -176,7 +176,9 @@
|
|||||||
.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)
|
||||||
{
|
{
|
||||||
setTimeout(function(){$appHeader.addClass('egw_fw_mobile_popup_appHeader').prepend($closeBtn)},0);
|
$appHeader.addClass('egw_fw_mobile_popup_appHeader');
|
||||||
|
// Add close button only after everything is loaded
|
||||||
|
setTimeout(function(){$appHeader.prepend($closeBtn)},0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user