mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
823425e396
commit
d1aac214bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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);},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue