Now using the etemplate code from the root instance (etemplate2.js acts as a egw api plugin); fixed egw.json plugins; fixed problem with 'instanceof Object', which does not work when sharing code over multiple windows

This commit is contained in:
Andreas Stöckel
2012-03-06 13:22:01 +00:00
parent 328623bc9c
commit 049cbd88dc
16 changed files with 279 additions and 240 deletions

View File

@ -16,7 +16,7 @@
egw_core;
*/
egw.extend('debug', egw.MODULE_WND_LOCAL, function(_egw, _wnd) {
egw.extend('debug', egw.MODULE_GLOBAL, function(_egw, _wnd) {
/**
* DEBUGLEVEL specifies which messages are printed to the console.