mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix missing dhtmlx menu object
This commit is contained in:
parent
0730d4880e
commit
0de8f242aa
@ -9,7 +9,7 @@
|
||||
*
|
||||
* @Todo: @new-js-loader port to TypeScript
|
||||
*/
|
||||
|
||||
import {egwMenuImpl} from './egw_menu_dhtmlx.js';
|
||||
//Global variable which is used to store the currently active menu so that it
|
||||
//may be closed when another menu openes
|
||||
export var _egw_active_menu = null;
|
||||
|
@ -23,7 +23,7 @@
|
||||
*
|
||||
* @param {type} _structure
|
||||
*/
|
||||
function egwMenuImpl(_structure)
|
||||
export function egwMenuImpl(_structure)
|
||||
{
|
||||
//Create a new dhtmlxmenu object
|
||||
this.dhtmlxmenu = new dhtmlXMenuObject();
|
||||
|
@ -12,6 +12,7 @@
|
||||
*/
|
||||
import '../../api/js/jsapi/egw_global';
|
||||
import { EgwApp } from '../../api/js/jsapi/egw_app';
|
||||
import { egw } from "../../api/js/jsapi/egw_global";
|
||||
/**
|
||||
* UI for timesheet
|
||||
*
|
||||
|
@ -14,6 +14,7 @@
|
||||
import '../../api/js/jsapi/egw_global';
|
||||
|
||||
import {EgwApp} from '../../api/js/jsapi/egw_app';
|
||||
import {egw} from "../../api/js/jsapi/egw_global";
|
||||
|
||||
/**
|
||||
* UI for timesheet
|
||||
|
Loading…
Reference in New Issue
Block a user