From 5b8923f548af5b6250382e10bf6fbe9a9a84346a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 8 Jul 2021 17:04:48 +0200 Subject: [PATCH] replace include of egw.js with egw_core.js, which provides the egw.extend fixes the stray egw.js include --- api/js/jsapi/egw_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/jsapi/egw_data.js b/api/js/jsapi/egw_data.js index 51a7bea6d6..28a7f86631 100644 --- a/api/js/jsapi/egw_data.js +++ b/api/js/jsapi/egw_data.js @@ -14,7 +14,7 @@ egw_core; egw_debug; */ -import './egw.js'; +import './egw_core.js'; import './egw_json.js'; // for egw.registerJSONPlugin /**