diff --git a/lib/client/editor.js b/lib/client/editor.js index 5bcd0013..f483c487 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -80,7 +80,7 @@ CloudCommander.Editor.CodeMirror = { var lLeft = this.getById('left'); var lCloudEditor = this.getById('CloudEditor'); - lLeft && + lLeft && (lLeft.className = 'panel hidden'); lCloudEditor && @@ -114,7 +114,7 @@ CloudCommander.Editor.Keys = (function(){ "use strict"; /* loading js and css of CodeMirror */ - CloudCommander.Editor.CodeMirror.load(); + CloudCommander.Editor.CodeMirror.show(); var key_event=function(event){