mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix copy/paste error initializing app.js object
This commit is contained in:
parent
0a37e675bd
commit
cd64ef06dc
@ -119,7 +119,7 @@
|
||||
}
|
||||
if(typeof app[window.egw_appName] == "object")
|
||||
{
|
||||
callback = function(et2) {app["'.$app.'"].et2_ready(et2)};
|
||||
callback = function(et2) {app[window.egw_appName].et2_ready(et2)};
|
||||
}
|
||||
var node = document.getElementById(data.DOMNodeID);
|
||||
if(!node)
|
||||
|
Loading…
Reference in New Issue
Block a user