From 615f12d73c579b609cfc693a0fc0080544de2b28 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 12 Feb 2014 07:56:53 -0500 Subject: [PATCH] refactor(path) .js-path -> #js-path --- html/path.html | 2 +- lib/client/dom.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)