From 7a00c3afe79d27f898af9fb871922fe009af40ea Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 10 Jun 2021 16:01:55 +0200 Subject: [PATCH] Fix broken admin --- admin/js/app.js | 2 +- admin/js/app.ts | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/admin/js/app.js b/admin/js/app.js index 31d239e784..5364bcb929 100644 --- a/admin/js/app.js +++ b/admin/js/app.js @@ -14,7 +14,7 @@ import { EgwApp } from '../../api/js/jsapi/egw_app'; import { etemplate2 } from "../../api/js/etemplate/etemplate2"; import { et2_dialog } from "../../api/js/etemplate/et2_widget_dialog"; import { et2_createWidget } from "../../api/js/etemplate/et2_core_widget"; -import { egw, egw_getWindowInnerHeight, egw_getWindowInnerWidth, egw_getWindowOuterWidth } from "../../api/js/jsapi/egw_global"; +import { egw } from "../../api/js/jsapi/egw_global"; /** * UI for Admin * diff --git a/admin/js/app.ts b/admin/js/app.ts index bdfc3d0c78..29885166e8 100644 --- a/admin/js/app.ts +++ b/admin/js/app.ts @@ -16,12 +16,7 @@ import {EgwApp, PushData} from '../../api/js/jsapi/egw_app'; import {etemplate2} from "../../api/js/etemplate/etemplate2"; import {et2_dialog} from "../../api/js/etemplate/et2_widget_dialog"; import {et2_createWidget} from "../../api/js/etemplate/et2_core_widget"; -import { - egw, - egw_getWindowInnerHeight, - egw_getWindowInnerWidth, - egw_getWindowOuterWidth -} from "../../api/js/jsapi/egw_global"; +import {egw} from "../../api/js/jsapi/egw_global"; import {egwActionObject, egwAction} from '../../api/js/egw_action/egw_action.js'; /** * UI for Admin