From 23bc43ad98de7671d1e8ca2bea7203409cb1bbed Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 3 Aug 2012 17:07:41 +0300 Subject: [PATCH] Update lib/client/editor.js --- lib/client/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/editor.js b/lib/client/editor.js index a7e2f97b..eb655e8f 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -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;