mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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_debug;
|
||||
*/
|
||||
import './egw.js';
|
||||
import './egw_core.js';
|
||||
import './egw_json.js'; // for egw.registerJSONPlugin
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user