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
9aaf7f574c
commit
7a3fd402bd
1 changed files with 1 additions and 3 deletions
|
|
@ -998,10 +998,8 @@ CloudClient._changeLinks = function(pPanelID){
|
|||
lLi.onclick = CloudClient._setCurrent();
|
||||
|
||||
lLi.oncontextmenu = function(pEvent){
|
||||
if(typeof CloudCommander.Menu === 'function'){
|
||||
if(typeof CloudCommander.Menu === 'function')
|
||||
CloudCommander.Menu({pEvent.x, pEvent.y});
|
||||
}else
|
||||
CloudCommander.Menu.show();
|
||||
}
|
||||
|
||||
/* если ссылка на папку, а не файл */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue