mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(listeners) changeLinks: add pathElement
This commit is contained in:
parent
8b5281130f
commit
3f7afada87
1 changed files with 3 additions and 2 deletions
|
|
@ -93,8 +93,9 @@ var Util, DOM, CloudCmd;
|
|||
this.changeLinks = function(pPanelID) {
|
||||
/* назначаем кнопку очистить кэш и показываем её */
|
||||
var lPanel = DOM.getById(pPanelID),
|
||||
clearStorage = DOM.getByClass('clear-storage', lPanel)[0],
|
||||
refresh = DOM.getByClass('refresh-icon', lPanel)[0],
|
||||
pathElement = DOM.getByClass('path', lPanel)[0],
|
||||
clearStorage = DOM.getByClass('clear-storage', pathElement)[0],
|
||||
refresh = DOM.getByClass('refresh-icon', pathElement)[0],
|
||||
a = DOM.getByTag('a', lPanel),
|
||||
|
||||
fileClick = function (event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue