From d832319d4e5c2c8ecec8dbd8d5f0f69de816fe07 Mon Sep 17 00:00:00 2001 From: liteng <930372551@qq.com> Date: Mon, 20 Aug 2018 12:30:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Web/src/editor/menubar/ToolMenu.js | 1 - ShadowEditor.Web/src/editor/window/OptionsWindow.js | 1 - 2 files changed, 2 deletions(-) diff --git a/ShadowEditor.Web/src/editor/menubar/ToolMenu.js b/ShadowEditor.Web/src/editor/menubar/ToolMenu.js index ee48e18d..1b80d6ea 100644 --- a/ShadowEditor.Web/src/editor/menubar/ToolMenu.js +++ b/ShadowEditor.Web/src/editor/menubar/ToolMenu.js @@ -27,7 +27,6 @@ ToolMenu.prototype.render = function () { xtype: 'div', cls: 'options', children: [{ - id: 'mSourceCode', xtype: 'div', cls: 'option', html: '选项', diff --git a/ShadowEditor.Web/src/editor/window/OptionsWindow.js b/ShadowEditor.Web/src/editor/window/OptionsWindow.js index db368055..addf03fb 100644 --- a/ShadowEditor.Web/src/editor/window/OptionsWindow.js +++ b/ShadowEditor.Web/src/editor/window/OptionsWindow.js @@ -65,7 +65,6 @@ OptionsWindow.prototype.render = function () { cls: 'TabPanel', children: [{ xtype: 'row', - id: 'themeRow', children: [{ xtype: 'label', text: '主题'