mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
fix(directory) show spinner even when no entries
This commit is contained in:
parent
49004caa12
commit
93e304f5d0
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@
|
|||
'philip'
|
||||
];
|
||||
|
||||
Images.show('top');
|
||||
if (entries.length)
|
||||
Images.show('top');
|
||||
|
||||
entries = [].map.call(items, function(item) {
|
||||
return item.webkitGetAsEntry();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue