Update client.js

This commit is contained in:
coderaiser 2012-08-03 16:33:33 +03:00
parent 66c284095a
commit bbff57d90c

View file

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