@@ -37,7 +37,6 ContextMenu.prototype = { | |||
|
37 | 37 | Click: function(e) { |
|
38 | 38 | this.hideMenu(); |
|
39 | 39 | if (Event.element(e).tagName == 'A') { return; } |
|
40 | if (window.opera && e.altKey) { return; } | |
|
41 | 40 | if (Event.isLeftClick(e) || (navigator.appVersion.match(/\bMSIE\b/))) { |
|
42 | 41 | var tr = Event.findElement(e, 'tr'); |
|
43 | 42 | if (tr!=null && tr!=document && tr.hasClassName('hascontextmenu')) { |
General Comments 0
You need to be logged in to leave comments.
Login now