mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
2acfd39646
commit
37357da033
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ CloudCommander.Editor.CodeMirror = {
|
|||
lLeft &&
|
||||
(lLeft.className = 'panel');
|
||||
|
||||
var lCodeMirror = pParent.getByClassName('CodeMirror');
|
||||
var lCodeMirror = pParent.getByClass('CodeMirror');
|
||||
if(lCodeMirror.length)
|
||||
document.body.removeChild([0]);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue