mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Push fix from nZEDb.
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user