mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
fix not working admin caused by half backported feature
This commit is contained in:
parent
8373c4f1ff
commit
17045cc267
@ -173,12 +173,6 @@ app.classes.admin = AppJS.extend(
|
||||
{
|
||||
this.iframe.set_src(_url);
|
||||
}
|
||||
var m = _url.match(/menuaction=([^&]+)(?:.*appname=(\w+))?/);
|
||||
if(m && m.length >= 2)
|
||||
{
|
||||
var app = m[2] ? m[2] : m[1].split('.')[0];
|
||||
this.tree.set_value('/apps/'+app+'/'+m[1]);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user