]> source.dussan.org Git - redmine.git/commitdiff
Make the issue list context menu work under Mac OSX Leopard (#1485). Tested with...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 25 Aug 2008 15:09:31 +0000 (15:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 25 Aug 2008 15:09:31 +0000 (15:09 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1761 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/javascripts/context_menu.js

index dfd72b1fa0662c04fd134b5c040950cd249aa53e..198c34d9ae7aa6fcb4ba6554e1e9ebac32fc90ec 100644 (file)
@@ -90,6 +90,9 @@ ContextMenu.prototype = {
         }
       }
     }
+    else{
+      this.RightClick(e);
+    }
   },
   
   showMenu: function(e) {