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:
Ralf Becker 2021-07-08 17:04:48 +02:00
parent d57fe03326
commit 5b8923f548

View File

@ -14,7 +14,7 @@
egw_core;
egw_debug;
*/
import './egw.js';
import './egw_core.js';
import './egw_json.js'; // for egw.registerJSONPlugin
/**