diff --git a/html/path.html b/html/path.html index 3a3a9ef4..a2e79700 100644 --- a/html/path.html +++ b/html/path.html @@ -1 +1 @@ -
{{ path }}
\ No newline at end of file +
{{ path }}
\ No newline at end of file diff --git a/lib/client/dom.js b/lib/client/dom.js index f6151c6d..6e6dbf21 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -841,7 +841,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; */ this.getCurrentDirPath = function(pPanel) { var lPanel = pPanel || this.getPanel(), - lPath = this.getById('js-path', lPanel), + lPath = this.getByClass('js-path', lPanel), lRet; if (lPath)