Update jQuery-ui to 1.13.0

This commit is contained in:
Hadi Nategh
2021-11-09 11:06:17 +01:00
parent 730e1c72c1
commit 968774d829
55 changed files with 39664 additions and 63 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-dist|^etemplate\/|^phpbrain\//;
const legacy_js_regexp = /\/dhtmlx|jquery-ui|^etemplate\/|^phpbrain\//;
// check if egw object was injected by window open
if (typeof window.egw == 'undefined')