mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(listeners) rm " "
This commit is contained in:
parent
16a242f468
commit
f8dced141f
1 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ var Util, DOM, CloudCmd;
|
|||
lLoadDirOnce = CloudCmd.loadDir();
|
||||
|
||||
/* ставим загрузку гифа на клик*/
|
||||
Events.addClick( CloudCmd.refresh, a[0].parentElement );
|
||||
Events.addClick(CloudCmd.refresh, a[0].parentElement);
|
||||
|
||||
/* start from 1 cous 0 is a refresh and it's setted up */
|
||||
for(var i = 1, n = a.length; i < n ; i++) {
|
||||
|
|
@ -190,7 +190,7 @@ var Util, DOM, CloudCmd;
|
|||
|
||||
/* if we in path - set click event */
|
||||
if (lLi.className === 'path')
|
||||
Events.addClick( lLoadDir, ai );
|
||||
Events.addClick(lLoadDir, ai);
|
||||
else {
|
||||
Events.add({
|
||||
'mousedown' : lSetCurrentFile_f,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue