legacy load jQueryUI as tooltip has wired context problems if loaded as module

This commit is contained in:
Ralf Becker
2021-07-02 08:52:18 +02:00
parent 8133547729
commit b88716c8b6
12 changed files with 33 additions and 64 deletions

View File

@ -15,7 +15,7 @@
import "../../../vendor/bower-asset/jquery/dist/jquery.min.js";
import "../jquery/jquery.noconflict.js";
import "../../../vendor/bower-asset/jquery-ui/jquery-ui.js";
//import "../../../vendor/bower-asset/jquery-ui/jquery-ui.js";
import "../jquery/mousewheel/mousewheel.js";
import '../jsapi/egw_inheritance.js';
import {EGW_KEY_ENTER, EGW_KEY_SPACE} from '../egw_action/egw_action_constants.js';