mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02: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:
@@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user