diff --git a/api/js/etemplate/et2_dataview_view_aoi.js b/api/js/etemplate/et2_dataview_view_aoi.js index 764fa59520..a3d8472dc2 100644 --- a/api/js/etemplate/et2_dataview_view_aoi.js +++ b/api/js/etemplate/et2_dataview_view_aoi.js @@ -16,6 +16,7 @@ import { EGW_AO_SHIFT_STATE_MULTI, EGW_AO_STATE_FOCUSED, EGW_AO_STATE_SELECTED, egwActionObjectInterface } from "../egw_action/egw_action.js"; import { egwBitIsSet, egwGetShiftState, egwPreventSelect, egwSetBit, egwUnfocus, egwIsMobile } from "../egw_action/egw_action_common.js"; import { _egw_active_menu } from "../egw_action/egw_menu.js"; +import '../../../vendor/bower-asset/jquery-touchswipe/jquery.touchSwipe.js'; /** * Contains the action object interface implementation for the nextmatch widget * row. diff --git a/api/js/etemplate/et2_dataview_view_aoi.ts b/api/js/etemplate/et2_dataview_view_aoi.ts index 803bc09c42..839c3c71c5 100644 --- a/api/js/etemplate/et2_dataview_view_aoi.ts +++ b/api/js/etemplate/et2_dataview_view_aoi.ts @@ -23,6 +23,7 @@ import { } from "../egw_action/egw_action.js"; import {egwBitIsSet, egwGetShiftState, egwPreventSelect, egwSetBit, egwUnfocus, egwIsMobile} from "../egw_action/egw_action_common.js"; import {_egw_active_menu} from "../egw_action/egw_menu.js"; +import '../../../vendor/bower-asset/jquery-touchswipe/jquery.touchSwipe.js'; /** * Contains the action object interface implementation for the nextmatch widget