mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
Update client.js
This commit is contained in:
parent
2a2230e021
commit
0189cb7da7
1 changed files with 2 additions and 2 deletions
|
|
@ -1002,8 +1002,8 @@ CloudClient._changeLinks = function(pPanelID){
|
|||
lLi.oncontextmenu = function(){
|
||||
if(typeof CloudCommander.Menu === 'function')
|
||||
CloudCommander.Menu({
|
||||
x: pEvent.x,
|
||||
y: pEvent.y
|
||||
x: event.x,
|
||||
y: event.y
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue