Commit 954bddba authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Make the issue list context menu work under Mac OSX Leopard (#1485). Tested with…

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
parent 2042e3bb
......@@ -90,6 +90,9 @@ ContextMenu.prototype = {
}
}
}
else{
this.RightClick(e);
}
},
showMenu: function(e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment