mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update client.js
This commit is contained in:
parent
f13af5b779
commit
14affd3d52
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue