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: '主题'