forked from extern/egroupware
fix an other case of using window.top directly
This commit is contained in:
parent
4f4aa88da8
commit
064054af82
@ -107,7 +107,7 @@ function nm_action(_action, _senders, _target, _ids)
|
||||
case 'location':
|
||||
if (typeof _action.data.targetapp != 'undefined')
|
||||
{
|
||||
top.egw_appWindowOpen(_action.data.targetapp, url);
|
||||
egw.top.egw_appWindowOpen(_action.data.targetapp, url);
|
||||
}
|
||||
else if(target)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user