[PE] fix bug 50330
This commit is contained in:
parent
668dfb5680
commit
b080fb0800
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue