From babb0911ce1e6c5d3de511df1174779b3b36486b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 11 Jun 2021 13:46:35 +0200 Subject: [PATCH] Fix calendar --- calendar/js/app.js | 2 +- calendar/js/app.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/js/app.js b/calendar/js/app.js index 19e144d603..eb2300282b 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -31,7 +31,7 @@ import { et2_widget } from "../../api/js/etemplate/et2_core_widget"; import { et2_inputWidget } from "../../api/js/etemplate/et2_core_inputWidget"; import { date } from "../../api/js/etemplate/lib/date.js"; import { sprintf } from "../../api/js/egw_action/egw_action_common.js"; -import { egw_registerGlobalShortcut } from ""; +import { egw_registerGlobalShortcut } from "../../api/js/egw_action/egw_keymanager.js"; // et2 widgets need to be imported, so they register themselves import "./et2_widget_daycol"; import "./et2_widget_event"; diff --git a/calendar/js/app.ts b/calendar/js/app.ts index e4c5088329..1663b67c8d 100644 --- a/calendar/js/app.ts +++ b/calendar/js/app.ts @@ -39,7 +39,7 @@ import {et2_inputWidget} from "../../api/js/etemplate/et2_core_inputWidget"; import {et2_iframe} from "../../api/js/etemplate/et2_widget_iframe"; import {date} from "../../api/js/etemplate/lib/date.js"; import {sprintf} from "../../api/js/egw_action/egw_action_common.js"; -import {egw_registerGlobalShortcut} from ""; +import {egw_registerGlobalShortcut} from "../../api/js/egw_action/egw_keymanager.js"; // et2 widgets need to be imported, so they register themselves import "./et2_widget_daycol";