fixing a couple of jQuery plugin includes

thought jQueryUI-tooltip is still broken and we either need to legacy-load jQuery(UI) or fix the tooltip
This commit is contained in:
Ralf Becker
2021-07-01 16:33:15 +02:00
parent 8c7722c8b0
commit 68155251fa
8 changed files with 11 additions and 15 deletions

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