Purify framework tab appname used as dom id

This commit is contained in:
Hadi Nategh 2020-11-02 17:38:18 +01:00
parent 1064cdeff2
commit e34e18757e

View File

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