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