back to right click
This commit is contained in:
parent
fc2e407ad0
commit
6293eb73c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue