mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
a9cf5aa380
commit
1dc17522a2
1 changed files with 3 additions and 1 deletions
|
|
@ -588,11 +588,13 @@ CloudClient._ajaxLoad=function(path, pNeedRefresh)
|
|||
url: path,
|
||||
error: function(jqXHR, textStatus, errorThrown){
|
||||
console.log(textStatus+' : '+errorThrown);
|
||||
|
||||
var lLoading=getById('loading-image');
|
||||
|
||||
ErrorImage.className='icon error';
|
||||
ErrorImage.title=errorThrown;
|
||||
lLoading.parentElement.appendChild(ErrorImage);
|
||||
lLoading.className='hidden';
|
||||
lLoading.className='hidden';
|
||||
},
|
||||
success:function(data, textStatus, jqXHR){
|
||||
/* если такой папки (или файла) нет
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue