forked from extern/egroupware
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
|
// Timeout is 5 seconds, but it iks only applied(egw_utils) when something asks for the window list
|
||||||
window.setInterval(function() {
|
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);
|
window.opener.framework.popups.push(window);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user