From 829defa0c1be38dd2f30d6d933ab042b293460d3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 14 Jun 2021 15:12:52 +0200 Subject: [PATCH] also import old jsapi with rest of egw object --- api/js/jsapi/egw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/jsapi/egw.js b/api/js/jsapi/egw.js index 4284a61746..4dabdea8f6 100644 --- a/api/js/jsapi/egw.js +++ b/api/js/jsapi/egw.js @@ -209,7 +209,7 @@ window.app = {classes: {}}; const egw_modules = [ 'egw_core', 'egw_debug', 'egw_preferences', 'egw_lang', 'egw_links', 'egw_open', 'egw_user', 'egw_config', 'egw_images', 'egw_jsonq', 'egw_files', 'egw_json', 'egw_store', 'egw_tooltip', 'egw_css', - 'egw_calendar', 'egw_ready', 'egw_data', 'egw_tail', 'egw_message', 'egw_notification' + 'egw_calendar', 'egw_ready', 'egw_data', 'egw_tail', 'egw_message', 'egw_notification', 'jsapi', ]; // make our promise global, as legacy code calls egw_LAB.wait which we assign to egw_ready.then window.egw_LAB = window.egw_ready =