mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 01:32:40 +02:00
Move all egw_action constants into egw_action_constants
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
import {egwAction, egwActionImplementation, egwActionObject} from './egw_action.js';
|
||||
import {egwFnct} from './egw_action_common.js';
|
||||
import {egwMenu, _egw_active_menu} from "./egw_menu.js";
|
||||
import {EGW_KEY_ENTER, EGW_KEY_MENU} from "./egw_action_constants.js";
|
||||
|
||||
if (typeof window._egwActionClasses == "undefined")
|
||||
window._egwActionClasses = {};
|
||||
|
Reference in New Issue
Block a user