mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
top.egw is a function not an object
This commit is contained in:
parent
24d3ae08c7
commit
19fc7acb7f
@ -119,7 +119,7 @@ egw.extend('message', egw.MODULE_WND_LOCAL, function(_app, _wnd)
|
|||||||
{
|
{
|
||||||
var popup = false;
|
var popup = false;
|
||||||
try {
|
try {
|
||||||
if (_wnd.opener && typeof _wnd.opener.top.egw == 'object')
|
if (_wnd.opener && typeof _wnd.opener.top.egw == 'function')
|
||||||
{
|
{
|
||||||
popup = true;
|
popup = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user