diff --git a/src/usr/local/www/firewall_nat.php b/src/usr/local/www/firewall_nat.php index c443e6aff3..eb396c4667 100644 --- a/src/usr/local/www/firewall_nat.php +++ b/src/usr/local/www/firewall_nat.php @@ -491,6 +491,7 @@ dirty = false; events.push(function() { + // Make rules sortable $('table tbody.user-entries').sortable({ cursor: 'grabbing', @@ -501,6 +502,7 @@ events.push(function() { dirty = true; } }); + // Check all of the rule checkboxes so that their values are posted $('#order-store').click(function () { diff --git a/src/usr/local/www/firewall_nat_1to1.php b/src/usr/local/www/firewall_nat_1to1.php index dea3dddef1..2bd2508423 100644 --- a/src/usr/local/www/firewall_nat_1to1.php +++ b/src/usr/local/www/firewall_nat_1to1.php @@ -271,6 +271,7 @@ display_top_tabs($tab_array); // // Make rules sortable $('table tbody.user-entries').sortable({ cursor: 'grabbing', @@ -279,6 +280,7 @@ events.push(function() { dirty = true; } }); + // Check all of the rule checkboxes so that their values are posted $('#order-store').click(function () { diff --git a/src/usr/local/www/firewall_nat_npt.php b/src/usr/local/www/firewall_nat_npt.php index 503b8c5b02..b482ac69a9 100644 --- a/src/usr/local/www/firewall_nat_npt.php +++ b/src/usr/local/www/firewall_nat_npt.php @@ -241,6 +241,8 @@ endforeach;