mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +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;
|
||||
try {
|
||||
if (_wnd.opener && typeof _wnd.opener.top.egw == 'object')
|
||||
if (_wnd.opener && typeof _wnd.opener.top.egw == 'function')
|
||||
{
|
||||
popup = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user