mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-04-18 04:58:21 +02:00
Purify framework tab appname used as dom id
This commit is contained in:
parent
1064cdeff2
commit
e34e18757e
@ -699,7 +699,7 @@ var fw_base = (function(){ "use strict"; return Class.extend(
|
|||||||
var app = this.parseAppFromUrl(_link);
|
var app = this.parseAppFromUrl(_link);
|
||||||
if (app)
|
if (app)
|
||||||
{
|
{
|
||||||
var appname = app.appName+"-"+btoa(_extra.id ? _extra.id : _link);
|
var appname = app.appName+"-"+btoa(_extra.id ? _extra.id : _link).replaceAll('=','');
|
||||||
this.applications[appname] = this.getApplicationByName(appname);
|
this.applications[appname] = this.getApplicationByName(appname);
|
||||||
if (this.applications[appname])
|
if (this.applications[appname])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user