From: Jean-Philippe Lang Date: Mon, 25 Aug 2008 15:09:31 +0000 (+0000) Subject: Make the issue list context menu work under Mac OSX Leopard (#1485). Tested with... X-Git-Tag: 0.8.0-RC1~278 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=954bddbadf9e8a220b087b28f5ef7e9cb43ded77;p=redmine.git Make the issue list context menu work under Mac OSX Leopard (#1485). Tested with FF3.0.1 and Safari 3.0.4 under OSX 10.5.2. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1761 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/javascripts/context_menu.js b/public/javascripts/context_menu.js index dfd72b1fa..198c34d9a 100644 --- a/public/javascripts/context_menu.js +++ b/public/javascripts/context_menu.js @@ -90,6 +90,9 @@ ContextMenu.prototype = { } } } + else{ + this.RightClick(e); + } }, showMenu: function(e) {