From dbfde582628e87ebef013c5b03b0dbf8b66bde4c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Jul 2012 06:21:33 -0400 Subject: [PATCH] minor changes --- lib/client/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/editor.js b/lib/client/editor.js index fbacb6b5..4031a68a 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -102,7 +102,7 @@ CloudCommander.Editor.CodeMirror = { var lCodeMirror = pParent.getByClass('CodeMirror'); if(lCodeMirror.length) - document.body.removeChild(lCodeMirror[0]); + lLeft.removeChild(lCodeMirror[0]); }; }), getById : function(pId){return document.getElementById(pId);},