mirror of
https://github.com/redmine/redmine.git
synced 2026-03-03 19:11:28 +01:00
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:
@@ -90,6 +90,9 @@ ContextMenu.prototype = {
|
||||
}
|
||||
}
|
||||
}
|
||||
else{
|
||||
this.RightClick(e);
|
||||
}
|
||||
},
|
||||
|
||||
showMenu: function(e) {
|
||||
|
||||
Reference in New Issue
Block a user