Push fix from nZEDb.

This commit is contained in:
DariusIII
2015-06-07 22:47:06 +02:00
parent 3b45b213e5
commit c2e47bb648
+1 -1
View File
@@ -38,7 +38,7 @@ jQuery(function ($) {
});
$('.nzb_check_all').change(function () {
$('table.data tr td input:checkbox').prop('checked', $(this).prop('checked'));
$('table.browsetable tr td input:checkbox').prop('checked', $(this).prop('checked'));
});
$('.nzb_check_all_season').change(function () {