##// END OF EJS Templates
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....
Jean-Philippe Lang -
r1760:954bddbadf9e
parent child
Show More
@@ -90,6 +90,9 ContextMenu.prototype = {
90 }
90 }
91 }
91 }
92 }
92 }
93 else{
94 this.RightClick(e);
95 }
93 },
96 },
94
97
95 showMenu: function(e) {
98 showMenu: function(e) {
General Comments 0
You need to be logged in to leave comments. Login now