mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
reverting using app from parameter object
This commit is contained in:
parent
e36c6c4cec
commit
dc6f937f02
@ -708,7 +708,7 @@ var fw_base = (function(){ "use strict"; return Class.extend(
|
||||
|
||||
tabLinkHandler: function(_link, _extra)
|
||||
{
|
||||
var app = typeof _extra.appName === 'string' ? _extra : this.parseAppFromUrl(_link);
|
||||
var app = this.parseAppFromUrl(_link);
|
||||
if (app)
|
||||
{
|
||||
var appname = app.appName+"-"+btoa(_extra.id ? _extra.id : _link).replace(/=/g,'i');
|
||||
|
Loading…
Reference in New Issue
Block a user