mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(dom) add " "
This commit is contained in:
parent
f85ef76896
commit
5d71b17527
1 changed files with 2 additions and 2 deletions
|
|
@ -729,9 +729,9 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
isDir = Cmd.isCurrentIsDir(current);
|
||||
|
||||
if (isDir)
|
||||
type ='directory';
|
||||
type ='directory';
|
||||
else
|
||||
type = 'file';
|
||||
type = 'file';
|
||||
|
||||
type += ' ';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue