diff --git a/lib/client/key.js b/lib/client/key.js index 7d9df6ef..2ebcd672 100644 --- a/lib/client/key.js +++ b/lib/client/key.js @@ -451,7 +451,7 @@ var CloudCmd, Util, DOM; case Key.ENTER: if (Info.isDir) CloudCmd.loadDir({ - path: DOM.getCurrentPath() + '/' + path: path === '/' ? '/' : path + '/' }); break;