From 5732a11cb61dc64dd685aa98e952e1b3884de93c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 3 Aug 2012 17:09:43 +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 c1e62ab7..40e6228e 100644 --- a/client.js +++ b/client.js @@ -328,7 +328,7 @@ CloudClient.Util = (function(){ var lCurrent = lCurrent.firstChild.nextSibling; var lParent = lLoadingImage.parentElement; if(lParent && lParent !== lCurrent) - document.appendChild(lLoadingImage); + lCurrent.appendChild(lLoadingImage); } } });