From 6293eb73c414d9c211bace19ba1c3d106cfa338f Mon Sep 17 00:00:00 2001 From: naomiaro Date: Thu, 30 Dec 2010 13:38:58 -0500 Subject: [PATCH] back to right click --- public/js/contextmenu/jquery.contextMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/contextmenu/jquery.contextMenu.js b/public/js/contextmenu/jquery.contextMenu.js index c884d8ced..a06f0bbdf 100644 --- a/public/js/contextmenu/jquery.contextMenu.js +++ b/public/js/contextmenu/jquery.contextMenu.js @@ -37,7 +37,7 @@ if(jQuery)( function() { e.stopPropagation(); var srcElement = $(this); $(this).unbind('mouseup'); - if( evt.button == 1 ) { + if( evt.button == 2 ) { // Hide context menus that may be showing $(".contextMenu").hide(); // Get this context menu