Update client.js

This commit is contained in:
coderaiser 2012-08-14 18:02:07 +03:00
parent 38de605184
commit 3692eebc28

View file

@ -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();
}