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