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
9508130c2d
commit
58c2920702
1 changed files with 2 additions and 2 deletions
|
|
@ -996,12 +996,12 @@ CloudClient._changeLinks = function(pPanelID){
|
|||
lLi.onclick = CloudClient._setCurrent();
|
||||
|
||||
lLi.oncontextmenu = function(pEvent){
|
||||
if(typeof CloudCommander.Menu === 'function')
|
||||
if(typeof CloudCommander.Menu === 'function'){
|
||||
CloudCommander.Menu.x = pEvent.x;
|
||||
CloudCommander.Menu.y = pEvent.y;
|
||||
|
||||
CloudCommander.Menu();
|
||||
else
|
||||
}else
|
||||
CloudCommander.Menu.show();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue