mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-24 16:42:01 +00:00
minor changes
This commit is contained in:
parent
39a8ece335
commit
4a7299e3cb
1 changed files with 1 additions and 2 deletions
|
|
@ -461,8 +461,7 @@ CloudClient._changeLinks = function(pPanelID)
|
|||
}catch(error){console.log(error);}
|
||||
|
||||
/* if we in path changing onclick events*/
|
||||
if (lLi.className === 'path'){
|
||||
a[i].onclick = CloudClient._setCurrent();
|
||||
if (lLi.className === 'path') {
|
||||
a[i].ondblclick = CloudClient._loadDir(link);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue