From ebbbbdcb7fa9d84d16488af2ca54f1e9868d9c8b Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Thu, 12 Mar 2020 19:40:41 +0300 Subject: [PATCH] [all] hide logo on skeleton for desktop mode --- apps/documenteditor/main/index.html.deploy | 8 ++++++++ apps/presentationeditor/main/index.html.deploy | 7 +++++++ apps/spreadsheeteditor/main/index.html.deploy | 8 ++++++++ 3 files changed, 23 insertions(+) diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy index 5f0fdbec3..4101dae9e 100644 --- a/apps/documenteditor/main/index.html.deploy +++ b/apps/documenteditor/main/index.html.deploy @@ -201,6 +201,7 @@ window.frameEditorId = params["frameEditorId"]; if ( window.AscDesktopEditor ) { + window.desktop = window.AscDesktopEditor; window.on_native_message = function (cmd, param) { !window.native_message_cmd && (window.native_message_cmd = []); window.native_message_cmd[cmd] = param; @@ -215,6 +216,13 @@