From 0189cb7da7468115da32b3c80efde5e312932b71 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 15 Aug 2012 11:26:15 +0300 Subject: [PATCH] Update client.js --- client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.js b/client.js index 8640c739..6ae7a344 100644 --- a/client.js +++ b/client.js @@ -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 }); }