mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 17:28:40 +02:00
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:
@ -21,6 +21,8 @@ import {et2_dialog} from "./et2_widget_dialog";
|
||||
import {egw, egw_get_file_editor_prefered_mimes} from "../jsapi/egw_global";
|
||||
import {et2_nextmatch} from "./et2_extension_nextmatch";
|
||||
import {ET2_DATAVIEW_STEPSIZE} from "./et2_dataview_controller";
|
||||
import "../jquery/blueimp/js/blueimp-gallery.min.js";
|
||||
import "../../../vendor/bower-asset/jquery-touchswipe/jquery.touchSwipe.js";
|
||||
|
||||
type Constructor<T = {}> = new (...args: any[]) => T;
|
||||
|
||||
|
Reference in New Issue
Block a user