mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
Firewall / tabs, regression in moving tabs to menu, categories won't stick anymore. see https://github.com/opnsense/core/issues/2182
This commit is contained in:
parent
c142c5c17b
commit
ac4f5a1aec
@ -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});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user