diff --git a/public/javascripts/context_menu.js b/public/javascripts/context_menu.js
index 963c1458a350ad3250ade3c1cce5bc034b83119e..e81eb0aed46c6cda2e5dcda3b2b794ef8ba3074d 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')) {