mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
missing file from a467bab
return hashed appName of opened tab eg. to set notifcation counter
This commit is contained in:
parent
17bb594242
commit
6ae1195c38
@ -717,7 +717,7 @@ var fw_base = (function(){ "use strict"; return Class.extend(
|
||||
if (this.applications[appname])
|
||||
{
|
||||
this.setActiveApp(this.applications[appname]);
|
||||
return;
|
||||
return appname;
|
||||
}
|
||||
var self = this;
|
||||
// add target flag
|
||||
@ -750,6 +750,8 @@ var fw_base = (function(){ "use strict"; return Class.extend(
|
||||
}));
|
||||
|
||||
this._setTabAppsSession(this.tabApps);
|
||||
|
||||
return appname;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user