From 295502b95f629706ea2b0d316b7a069b863ae005 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 15 Aug 2012 10:56:29 +0300 Subject: [PATCH] Update client.js --- client.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client.js b/client.js index b94e6f50..6db34f78 100644 --- a/client.js +++ b/client.js @@ -997,10 +997,7 @@ CloudClient._changeLinks = function(pPanelID){ else { lLi.onclick = CloudClient._setCurrent(); - lLi.oncontextmenu = function(pEvent){ - if(typeof CloudCommander.Menu === 'function') - CloudCommander.Menu({pEvent.x, pEvent.y}); - } + lLi.oncontextmenu = CloudClient.mouseBinding; /* если ссылка на папку, а не файл */ if(a[i].target !== '_blank'){