diff --git a/lib/client/menu.js b/lib/client/menu.js index 7b5250ef..8342721e 100644 --- a/lib/client/menu.js +++ b/lib/client/menu.js @@ -108,7 +108,8 @@ CloudCommander.Menu.Keys = (function(){ CloudCommander.Menu.load(this); - document.onmousedown = function(){ + document.onmousedown = function(){ + console.log(this) if(event.button === CloudCommander.MOUSE_BUTTON.RIGHT) CloudCommander.Menu.show(); };