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
38de605184
commit
3692eebc28
1 changed files with 4 additions and 1 deletions
|
|
@ -997,7 +997,10 @@ CloudClient._changeLinks = function(pPanelID){
|
|||
|
||||
lLi.oncontextmenu = function(pEvent){
|
||||
if(typeof CloudCommander.Menu === 'function')
|
||||
CloudCommander.Menu(pEvent.x, pEvent.y);
|
||||
CloudCommander.Menu.x = pEvent.x;
|
||||
CloudCommander.Menu.y = pEvent.y;
|
||||
|
||||
CloudCommander.Menu();
|
||||
else
|
||||
CloudCommander.Menu.show();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue