diff --git a/www/extras/yui-webgui/build/code-editor/code-editor.js b/www/extras/yui-webgui/build/code-editor/code-editor.js index 09518cdf4..41f593506 100755 --- a/www/extras/yui-webgui/build/code-editor/code-editor.js +++ b/www/extras/yui-webgui/build/code-editor/code-editor.js @@ -408,7 +408,7 @@ Event.addListener( button, "click", function () { if ( editor.editorState == "off" ) { - editor.editorState = "off"; + editor.editorState = "on"; var fc = editor.get('element').previousSibling, el = editor.get('element');