From 468212ff419a13c0a154cac4e0f19b5efa004915 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 15 Aug 2012 11:32:20 +0300 Subject: [PATCH] Update client.js --- client.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/client.js b/client.js index 6ae7a344..5c344086 100644 --- a/client.js +++ b/client.js @@ -1000,11 +1000,14 @@ CloudClient._changeLinks = function(pPanelID){ * loads and shows */ lLi.oncontextmenu = function(){ - if(typeof CloudCommander.Menu === 'function') + if(typeof CloudCommander.Menu === 'function'){ CloudCommander.Menu({ x: event.x, - y: event.y + y: event.y }); + + return false; + } } /* если ссылка на папку, а не файл */