mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 09:22:26 +08:00
[PE] fix bug 50330
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user