From ac4f5a1aec26d5ec1fc89680b9019ef37ce6db4c Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 13 Feb 2018 20:25:59 +0100 Subject: [PATCH] Firewall / tabs, regression in moving tabs to menu, categories won't stick anymore. see https://github.com/opnsense/core/issues/2182 --- src/www/firewall_rules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/firewall_rules.php b/src/www/firewall_rules.php index 5b4005222..854def945 100644 --- a/src/www/firewall_rules.php +++ b/src/www/firewall_rules.php @@ -230,7 +230,7 @@ $( document ).ready(function() { }); // hook into tab changes, keep selected category/categories when following link - $(".top_tab").each(function(){ + $("#Firewall_Rules > .menu-level-3-item").each(function(){ var add_link = ""; if (selected_values.length > 0) { add_link = "&" + $.param({'category': selected_values});