mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
Update client.js
This commit is contained in:
parent
339a08a144
commit
965d270b66
1 changed files with 1 additions and 4 deletions
|
|
@ -997,10 +997,7 @@ CloudClient._changeLinks = function(pPanelID){
|
|||
else {
|
||||
lLi.onclick = CloudClient._setCurrent();
|
||||
|
||||
lLi.oncontextmenu = function(pEvent){
|
||||
if(typeof CloudCommander.Menu === 'function')
|
||||
CloudCommander.Menu({pEvent.x, pEvent.y});
|
||||
}
|
||||
lLi.oncontextmenu = CloudClient.mouseBinding;
|
||||
|
||||
/* если ссылка на папку, а не файл */
|
||||
if(a[i].target !== '_blank'){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue