mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix async loading caused app.js not being loaded before et2.load() tried to instantiate it
This commit is contained in:
parent
38cb855017
commit
08d7b7df3e
@ -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 { 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 { egwBitIsSet, egwGetShiftState, egwPreventSelect, egwSetBit, egwUnfocus, egwIsMobile } from "../egw_action/egw_action_common.js";
|
||||||
import { _egw_active_menu } from "../egw_action/egw_menu.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
|
* Contains the action object interface implementation for the nextmatch widget
|
||||||
* row.
|
* row.
|
||||||
|
@ -23,6 +23,7 @@ import {
|
|||||||
} from "../egw_action/egw_action.js";
|
} from "../egw_action/egw_action.js";
|
||||||
import {egwBitIsSet, egwGetShiftState, egwPreventSelect, egwSetBit, egwUnfocus, egwIsMobile} from "../egw_action/egw_action_common.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 {_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
|
* Contains the action object interface implementation for the nextmatch widget
|
||||||
|
Loading…
Reference in New Issue
Block a user