legacy-load old javascript from etemplate(1) and phpbrain, to fix eg. DB-Tools

This commit is contained in:
Ralf Becker 2021-08-26 17:51:45 +02:00
parent 3adec01e58
commit 44ae9650f8

View File

@ -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-dist/;
const legacy_js_regexp = /\/dhtmlx|jquery-ui-dist|^etemplate\/|^phpbrain\//;
// check if egw object was injected by window open
if (typeof window.egw == 'undefined')