mirror of
https://github.com/transmission/transmission.git
synced 2025-12-21 19:08:36 +00:00
#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:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user