fix async loading caused app.js not being loaded before et2.load() tried to instantiate it

This commit is contained in:
Ralf Becker 2021-06-09 11:21:52 +02:00
parent 38cb855017
commit 08d7b7df3e
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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