From d64f9d0f4468df86cb2ffd96fe2aaeb35d54e867 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Jul 2012 05:23:28 -0400 Subject: [PATCH] minor changes --- lib/client/editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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){