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; + } } /* если ссылка на папку, а не файл */