mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +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
|
||||
_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"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user