WIP of replacing bower-asset packages:

- Get jquery-ui and touch event plugin working (although still modular import is not possible becuase of a wierd issue with jquery-ui tooltip plugin)
- Import timepicker-addon plugin as npm package
- Update composer.lock file
This commit is contained in:
Hadi Nategh
2021-08-12 14:51:38 +02:00
parent 72699fad30
commit d07a7ab194
14 changed files with 794 additions and 2229 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|jquery-ui/;
const legacy_js_regexp = /\/dhtmlx|jquery-ui-dist/;
// check if egw object was injected by window open
if (typeof window.egw == 'undefined')