mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
missing file from a467bab
return hashed appName of opened tab eg. to set notifcation counter
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user