mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
4a7299e3cb
commit
b1ee070dcd
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