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
9c7d46a6c9
commit
ccfb64a900
1 changed files with 3 additions and 2 deletions
|
|
@ -15,9 +15,10 @@ CloudCommander.Editor.CodeMirror = {
|
|||
var lFM = document.getElementById('fm');
|
||||
|
||||
if(lFM){
|
||||
lFM.appendChild(lEditor);
|
||||
this.show();
|
||||
lFM.appendChild(lEditor);
|
||||
}else console.log('Error. Something went wrong FM not found');
|
||||
|
||||
pParent.show();
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue