Update lib/client/editor.js

This commit is contained in:
coderaiser 2012-08-03 17:07:41 +03:00
parent 037ffa55cb
commit 23bc43ad98

View file

@ -141,7 +141,7 @@ CloudCommander.Editor.CodeMirror.show = (function(){
* if it not showed */
var lCurrent = lCurrent.firstChild.nextSibling;
if(lCurrent !== lLoadingImage.parentElement)
appendChild(lLoadingImage);
document.appendChild(lLoadingImage);
this.loading = true;
var lParent = this;