From c2e47bb648dfcfa2cb297397217c199e852205e5 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 7 Jun 2015 22:47:06 +0200 Subject: [PATCH] Push fix from nZEDb. --- www/templates/nntmux/scripts/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/templates/nntmux/scripts/utils.js b/www/templates/nntmux/scripts/utils.js index 5ba0b5944..841e83725 100644 --- a/www/templates/nntmux/scripts/utils.js +++ b/www/templates/nntmux/scripts/utils.js @@ -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 () {