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:
parent
2042e3bbd9
commit
954bddbadf
|
@ -90,6 +90,9 @@ ContextMenu.prototype = {
|
|||
}
|
||||
}
|
||||
}
|
||||
else{
|
||||
this.RightClick(e);
|
||||
}
|
||||
},
|
||||
|
||||
showMenu: function(e) {
|
||||
|
|
Loading…
Reference in New Issue