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); } } });