mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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])
|
if (this.applications[appname])
|
||||||
{
|
{
|
||||||
this.setActiveApp(this.applications[appname]);
|
this.setActiveApp(this.applications[appname]);
|
||||||
return;
|
return appname;
|
||||||
}
|
}
|
||||||
var self = this;
|
var self = this;
|
||||||
// add target flag
|
// add target flag
|
||||||
@ -750,6 +750,8 @@ var fw_base = (function(){ "use strict"; return Class.extend(
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
this._setTabAppsSession(this.tabApps);
|
this._setTabAppsSession(this.tabApps);
|
||||||
|
|
||||||
|
return appname;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user