From 2740c67682c23e4c8cd4803cc6ff93f0be96bda2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 24 Feb 2011 17:56:17 +0000 Subject: [PATCH] Removes obsolete code from Opera pseudo right click (#7700). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4947 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/javascripts/context_menu.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/javascripts/context_menu.js b/public/javascripts/context_menu.js index 963c1458..e81eb0ae 100644 --- a/public/javascripts/context_menu.js +++ b/public/javascripts/context_menu.js @@ -37,7 +37,6 @@ ContextMenu.prototype = { Click: function(e) { this.hideMenu(); if (Event.element(e).tagName == 'A') { return; } - if (window.opera && e.altKey) { return; } if (!Event.isRightClick(e) || (navigator.appVersion.match(/\bMSIE\b/))) { var tr = Event.findElement(e, 'tr'); if (tr!=null && tr!=document && tr.hasClassName('hascontextmenu')) {