fix an other case of using window.top directly

This commit is contained in:
Ralf Becker 2020-05-26 10:23:40 +02:00
parent 4f4aa88da8
commit 064054af82

View File

@ -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)
{