diff --git a/lib/client/dom.js b/lib/client/dom.js index bdede769..eb3472d1 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -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 += ' ';