mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01: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);
|
||||
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);
|
||||
if (this.applications[appname])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user