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

@ -16,6 +16,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 "../jquery/mousewheel/mousewheel.js";
import '../jsapi/egw_inheritance.js';
import {EGW_KEY_ENTER, EGW_KEY_SPACE} from '../egw_action/egw_action_constants.js';