From 533bce6f753a673cced9acc96d982bd24557fd68 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Mon, 14 Mar 2016 17:02:31 -0400 Subject: Revert "Fixed #5983" This reverts commit 9ec9978267a5d1985d6da8ba35d52b7174239d2f. --- src/usr/local/www/firewall_rules.php | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'src/usr/local/www/firewall_rules.php') diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php index 2d16205..cd05fbf 100644 --- a/src/usr/local/www/firewall_rules.php +++ b/src/usr/local/www/firewall_rules.php @@ -789,7 +789,6 @@ foreach ($a_filter as $filteri => $filterent): - "> tbody > tr').each(function() { - ruleid = this.id.slice(2); - - if (ruleid && !isNaN(ruleid)) { - if ($('#frc' + ruleid).prop('checked')) { - $(this).insertBefore(anchor_row); - fr_toggle(ruleid, "fr"); - } - } - }); - - $('#order-store').removeAttr('disabled'); - reindex_rules($(anchor_row).parent('tbody')); - dirty = true; - - }); - // Make rules sortable. Hiding the table before applying sortable, then showing it again is // a work-around for very slow sorting on FireFox $('table tbody.user-entries').hide(); @@ -959,6 +934,7 @@ events.push(function() { return undefined; } }); + }); //]]> -- cgit v1.1