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