diff --git a/api/js/jsapi/egw.js b/api/js/jsapi/egw.js index aae809190b..a042e71353 100644 --- a/api/js/jsapi/egw.js +++ b/api/js/jsapi/egw.js @@ -78,7 +78,7 @@ window.app = {classes: {}}; window.egw_appName = egw_script.getAttribute('data-app'); // split includes in legacy js and modules - const legacy_js_regexp = /\/dhtmlx|jquery-ui|^etemplate\/|^phpbrain\//; + const legacy_js_regexp = /\/dhtmlx|jquery-ui|^etemplate\/|^phpbrain\/|^phpgwapi\//; // check if egw object was injected by window open if (typeof window.egw == 'undefined')