mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(listeners) changeLinks: rm old comments
This commit is contained in:
parent
8696d5c699
commit
ef6f0de633
1 changed files with 1 additions and 4 deletions
|
|
@ -179,13 +179,10 @@ var Util, DOM, CloudCmd;
|
|||
|
||||
/* start from 1 cous 0 is a refresh and it's setted up */
|
||||
for(var i = 1, n = a.length; i < n ; i++) {
|
||||
/* убираем адрес хоста*/
|
||||
var ai = a[i],
|
||||
lLink = Util.removeStr(ai.href, lUrl),
|
||||
lLoadDir = CloudCmd.loadDir(lLink),
|
||||
/* устанавливаем обработчики на строку
|
||||
* на двойное нажатие на левую кнопку мышки */
|
||||
lLi = ai.parentElement.parentElement;
|
||||
lLi = ai.parentElement.parentElement;
|
||||
|
||||
/* if we in path - set click event */
|
||||
if (lLi.className === 'path')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue