mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-29 02:30:28 +00:00
feature(path) links: add data-name
This commit is contained in:
parent
5d1d9e3433
commit
2fe3595fc6
3 changed files with 4 additions and 4 deletions
|
|
@ -85,7 +85,7 @@ var Util, DOM, CloudCmd;
|
|||
panel = DOM.getById(panelId),
|
||||
filesElement = DOM.getByDataName('js-files', panel),
|
||||
pathElement = DOM.getByDataName('js-path', panel),
|
||||
pathLinks = DOM.getByClass('links', pathElement).children,
|
||||
pathLinks = DOM.getByDataName('js-links', pathElement).children,
|
||||
clearStorage = DOM.getByClass('clear-storage', pathElement),
|
||||
refresh = DOM.getByDataName('js-refresh', pathElement);
|
||||
|
||||
|
|
@ -111,7 +111,7 @@ var Util, DOM, CloudCmd;
|
|||
panel = DOM.getById(panelId),
|
||||
filesElement = DOM.getByDataName('js-files', panel),
|
||||
pathElement = DOM.getByDataName('js-path', panel),
|
||||
pathLinks = DOM.getByClass('links', pathElement).children,
|
||||
pathLinks = DOM.getByDataName('js-links', pathElement).children,
|
||||
clearStorage = DOM.getByClass('clear-storage', pathElement),
|
||||
refresh = DOM.getByDataName('js-refresh', pathElement);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue