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
This commit is contained in:
Jean-Philippe Lang 2008-08-25 15:09:31 +00:00
parent 2042e3bbd9
commit 954bddbadf
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ ContextMenu.prototype = {
}
}
}
else{
this.RightClick(e);
}
},
showMenu: function(e) {