From b080fb0800de0a6bd93284dfd0d7b4e96a381f85 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Sat, 15 May 2021 01:06:28 +0300 Subject: [PATCH] [PE] fix bug 50330 --- apps/presentationeditor/main/index.html.deploy | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/presentationeditor/main/index.html.deploy b/apps/presentationeditor/main/index.html.deploy index 3e6ad7e2cc..becd100477 100644 --- a/apps/presentationeditor/main/index.html.deploy +++ b/apps/presentationeditor/main/index.html.deploy @@ -253,11 +253,6 @@ window.frameEditorId = params["frameEditorId"]; window.parentOrigin = params["parentOrigin"]; - var ui_theme_name = params.uitheme || localStorage.getItem("ui-theme"); - if ( !!ui_theme_name ) { - document.documentElement.classList.add(ui_theme_name); - } - if ( window.AscDesktopEditor ) { window.desktop = window.AscDesktopEditor; window.on_native_message = function (cmd, param) {