forked from extern/egroupware
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 { 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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user