From 14affd3d52beb97876dc7fb5404518092b9d232d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 3 Aug 2012 14:40:46 +0300 Subject: [PATCH] Update client.js --- client.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client.js b/client.js index 6976ac46..997b2761 100644 --- a/client.js +++ b/client.js @@ -762,9 +762,8 @@ CloudClient._ajaxLoad=function(path, pNeedRefresh) ErrorImage.className='icon error'; ErrorImage.title = jqXHR.responseText; + var lLoading = getById('loading-image'); lLoading.parentElement.appendChild(ErrorImage); - - var lLoading = getById('loading-image'); lLoading.className ='hidden'; console.log(jqXHR.responseText);