mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Make a copy of app object to not destroy the existing one
This commit is contained in:
parent
4bf65486ef
commit
6c6759549e
@ -702,7 +702,7 @@ var fw_base = (function(){ "use strict"; return Class.extend(
|
||||
// add target flag
|
||||
_link += '&target=_tab';
|
||||
var appname = app.appName+":"+btoa(_link);
|
||||
this.applications[appname] = app;
|
||||
this.applications[appname] = jQuery.extend(true, {},app);
|
||||
this.applications[appname]['appName'] = appname;
|
||||
this.applications[appname]['indexUrl'] = _link;
|
||||
this.applications[appname]['tab'] = null;
|
||||
|
Loading…
Reference in New Issue
Block a user