mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-19 21:22:26 +01:00
Fix none et2_popup issue in mobile framework
This commit is contained in:
parent
113d415a4e
commit
db61f288d8
@ -198,7 +198,7 @@
|
|||||||
if (framework.getUserAgent() === 'iOS' && !framework.isNotFullScreen()) $appHeader.addClass('egw_fw_mobile_iOS_popup_appHeader');
|
if (framework.getUserAgent() === 'iOS' && !framework.isNotFullScreen()) $appHeader.addClass('egw_fw_mobile_iOS_popup_appHeader');
|
||||||
}
|
}
|
||||||
// If the popup is not an et2_popup
|
// If the popup is not an et2_popup
|
||||||
else if ($et2_container.length == 0)
|
if ($et2_container.length == 0)
|
||||||
{
|
{
|
||||||
self.$container.removeClass('egw_fw_mobile_popup_loader');
|
self.$container.removeClass('egw_fw_mobile_popup_loader');
|
||||||
self.$iFrame.css({visibility:'visible'});
|
self.$iFrame.css({visibility:'visible'});
|
||||||
|
Loading…
Reference in New Issue
Block a user