mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
d1aac214bf
commit
0715a2db94
1 changed files with 2 additions and 1 deletions
|
|
@ -102,7 +102,8 @@ CloudCommander.Editor.CodeMirror = {
|
|||
|
||||
var lCodeMirror = pParent.getByClass('CodeMirror');
|
||||
if(lCodeMirror.length)
|
||||
lLeft.removeChild(lCodeMirror[0]);
|
||||
lLeft.parentElement
|
||||
.removeChild(lCodeMirror[0]);
|
||||
};
|
||||
}),
|
||||
getById : function(pId){return document.getElementById(pId);},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue