mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
fix Mailvelope in infolog.edit
This commit is contained in:
@ -584,7 +584,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd)
|
||||
// check if we need a not yet instantiated app.js object --> instantiate it now
|
||||
else if (i == 1 && parts[0] == 'app' && typeof app.classes[parts[1]] === 'function')
|
||||
{
|
||||
parent = parent[parts[1]] = new app.classes[parts[1]]();
|
||||
parent = parent[parts[1]] = new app.classes[parts[1]](parts[1], _wnd);
|
||||
}
|
||||
}
|
||||
if (typeof parent[func] == 'function')
|
||||
|
Reference in New Issue
Block a user