mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
replace include of egw.js with egw_core.js, which provides the egw.extend
fixes the stray egw.js include
This commit is contained in:
parent
d57fe03326
commit
5b8923f548
@ -14,7 +14,7 @@
|
|||||||
egw_core;
|
egw_core;
|
||||||
egw_debug;
|
egw_debug;
|
||||||
*/
|
*/
|
||||||
import './egw.js';
|
import './egw_core.js';
|
||||||
import './egw_json.js'; // for egw.registerJSONPlugin
|
import './egw_json.js'; // for egw.registerJSONPlugin
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user