diff --git a/html/path.html b/html/path.html index a2e79700..5821e5a3 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 1ca90334..0de6a8e9 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.getByClass('js-path', lPanel), + lPath = this.getById('js-path', lPanel), lRet; if (lPath)