From bbff57d90c7c1e35dc6589b6dabe5c1f01678f83 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 3 Aug 2012 16:33:33 +0300 Subject: [PATCH] Update client.js --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 626dc9de..f70ed9ed 100644 --- a/client.js +++ b/client.js @@ -324,7 +324,7 @@ CloudClient.Util = (function(){ * if it not showed */ var lCurrent = lCurrent.firstChild.nextSibling; if(lCurrent !== lLoadingImage.parentElement) - appendChild(lLoadingImage); + document.appendChild(lLoadingImage); } } });