mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-23 08:02:39 +00:00
minor changes
This commit is contained in:
parent
1b67600dbd
commit
75c318a282
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ CloudClient._changeLinks = function(pPanelID)
|
|||
|
||||
/* if we in path changing onclick events*/
|
||||
if (lLi.className === 'path') {
|
||||
a[i].ondblclick = CloudClient._loadDir(link);
|
||||
a[i].onclick = CloudClient._loadDir(link);
|
||||
}
|
||||
else {
|
||||
lLi.onclick = CloudClient._setCurrent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue