back to right click
This commit is contained in:
parent
fc2e407ad0
commit
6293eb73c4
|
@ -37,7 +37,7 @@ if(jQuery)( function() {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
var srcElement = $(this);
|
var srcElement = $(this);
|
||||||
$(this).unbind('mouseup');
|
$(this).unbind('mouseup');
|
||||||
if( evt.button == 1 ) {
|
if( evt.button == 2 ) {
|
||||||
// Hide context menus that may be showing
|
// Hide context menus that may be showing
|
||||||
$(".contextMenu").hide();
|
$(".contextMenu").hide();
|
||||||
// Get this context menu
|
// Get this context menu
|
||||||
|
|
Loading…
Reference in New Issue