#4455 'Action on N>1 torrents doesn't work properly in web interface' -- fix bug in jquery.contextmenu that clobbered jQuery.delegate bindings.

This commit is contained in:
Jordan Lee
2011-08-29 20:28:19 +00:00
parent b3a334c81f
commit 92babd4141
2 changed files with 3 additions and 3 deletions

View File

@@ -125,7 +125,7 @@
setTimeout( function() { // Delay for Mozilla
$(document).click( function() {
$(document).unbind('click');
menu.unbind('click');
hide();
return false;
});
@@ -153,4 +153,4 @@
$(function() {
$('div.contextMenu').hide();
});
});