mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 18:38:42 +00:00
Undoing change committed in r12789. The root problem was using jQuery.remove() in Transmission.refilter() when we needed to use jQuery.detach().
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
|
||||
setTimeout( function() { // Delay for Mozilla
|
||||
$(document).click( function() {
|
||||
menu.unbind('click');
|
||||
$(document).unbind('click');
|
||||
hide();
|
||||
return false;
|
||||
});
|
||||
@@ -153,4 +153,4 @@
|
||||
|
||||
$(function() {
|
||||
$('div.contextMenu').hide();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user