mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
Update client.js
This commit is contained in:
parent
780933e641
commit
ffc8b6db3c
1 changed files with 7 additions and 1 deletions
|
|
@ -995,7 +995,13 @@ CloudClient._changeLinks = function(pPanelID)
|
|||
}
|
||||
else {
|
||||
lLi.onclick = CloudClient._setCurrent();
|
||||
lLi.oncontextmenu = function(){ return false;}
|
||||
|
||||
lLi.oncontextmenu = function(){
|
||||
CloudCommander.mouseBinding();
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/* если ссылка на папку, а не файл */
|
||||
if(a[i].target !== '_blank'){
|
||||
lLi.ondblclick = CloudClient._loadDir(link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue