mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
Update client.js
This commit is contained in:
parent
7a3fd402bd
commit
295502b95f
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