mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-27 01:36:28 +00:00
fix(path) #js-path -> .js-path: 2 pathes on a page
This commit is contained in:
parent
bb0adba20f
commit
5baa32871a
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue