mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
minor changes
This commit is contained in:
parent
b419f1d61e
commit
519cbe88f3
1 changed files with 6 additions and 7 deletions
13
client.js
13
client.js
|
|
@ -362,13 +362,12 @@ CloudClient.init=(function()
|
|||
|
||||
LoadingImage=CloudClient._images.loading();
|
||||
/* загружаем иконку загрузки возле кнопки обновления дерева каталогов*/
|
||||
try{
|
||||
var lPath = getByClass('path')[0]
|
||||
lPath.getElementsByTagName('a')[0]
|
||||
.appendChild(LoadingImage);
|
||||
|
||||
LoadingImage.className += ' hidden'; /* прячем её */
|
||||
}catch(error){console.log(error);}
|
||||
var lPath = getByClass('path')[0];
|
||||
lPath.getElementsByTagName('a')[0]
|
||||
.appendChild(LoadingImage);
|
||||
|
||||
LoadingImage.className += ' hidden'; /* прячем её */
|
||||
|
||||
ErrorImage=CloudClient._images.error();
|
||||
|
||||
/* устанавливаем размер высоты таблицы файлов
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue