missing file from a467bab return hashed appName of opened tab eg. to set notifcation counter

This commit is contained in:
Ralf Becker 2021-03-03 19:12:10 +02:00
parent 17bb594242
commit 6ae1195c38

View File

@ -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
{ {