From db61f288d87b85b6d180ecaa9640abe4058747a1 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 8 Jun 2015 14:13:55 +0000 Subject: [PATCH] Fix none et2_popup issue in mobile framework --- jdots/js/fw_mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdots/js/fw_mobile.js b/jdots/js/fw_mobile.js index 0f23d55fcd..d28434b1b1 100644 --- a/jdots/js/fw_mobile.js +++ b/jdots/js/fw_mobile.js @@ -198,7 +198,7 @@ if (framework.getUserAgent() === 'iOS' && !framework.isNotFullScreen()) $appHeader.addClass('egw_fw_mobile_iOS_popup_appHeader'); } // 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.$iFrame.css({visibility:'visible'});