mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Restore accidentally removed return of popup window
This commit is contained in:
parent
893648e189
commit
8a7ffaa182
@ -205,6 +205,8 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd) {
|
|||||||
|
|
||||||
// Remember which windows are open
|
// Remember which windows are open
|
||||||
_storeWindow.call(this, _target_app, popup_window);
|
_storeWindow.call(this, _target_app, popup_window);
|
||||||
|
|
||||||
|
return popup_window;
|
||||||
}
|
}
|
||||||
else if (typeof _wnd.egw_link_handler == 'function' && (typeof _target == 'undefined' || _target =='_self' || typeof this.link_app_list()[_target] != "undefined"))
|
else if (typeof _wnd.egw_link_handler == 'function' && (typeof _target == 'undefined' || _target =='_self' || typeof this.link_app_list()[_target] != "undefined"))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user