mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Do not push popup windows if we are in mobile framework
This commit is contained in:
parent
89487ea0c0
commit
ad913ff93d
@ -224,7 +224,7 @@
|
||||
{
|
||||
// Timeout is 5 seconds, but it iks only applied(egw_utils) when something asks for the window list
|
||||
window.setInterval(function() {
|
||||
if (window.opener && window.opener.framework && typeof window.opener.framework.popup_idx(window) == 'undefined')
|
||||
if (window.opener && window.opener.framework && typeof window.opener.framework.popup_idx(window) == 'undefined' && !egwIsMobile())
|
||||
{
|
||||
window.opener.framework.popups.push(window);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user