From 5baa32871a6619bbff7d1d07b0d07d12dc8d72e4 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 14 Feb 2014 03:48:36 -0500 Subject: [PATCH] fix(path) #js-path -> .js-path: 2 pathes on a page --- 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 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)