mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update lib/client/editor.js
This commit is contained in:
parent
23bc43ad98
commit
19f20aff88
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ CloudCommander.Editor.CodeMirror.show = (function(){
|
|||
* if it not showed */
|
||||
var lCurrent = lCurrent.firstChild.nextSibling;
|
||||
if(lCurrent !== lLoadingImage.parentElement)
|
||||
document.appendChild(lLoadingImage);
|
||||
lCurrent.appendChild(lLoadingImage);
|
||||
|
||||
this.loading = true;
|
||||
var lParent = this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue