Commit 2abbf0dc authored by Ad Schellevis's avatar Ad Schellevis

firewall_nat_edit.php, missing selectpicker refresh

parent 15f48662
...@@ -415,6 +415,7 @@ $( document ).ready(function() { ...@@ -415,6 +415,7 @@ $( document ).ready(function() {
$(".act_no_rdr").removeClass("hidden"); $(".act_no_rdr").removeClass("hidden");
$(".act_no_rdr :input").prop( "disabled", false ); $(".act_no_rdr :input").prop( "disabled", false );
} }
$(".act_no_rdr .selectpicker").selectpicker('refresh');
}); });
// trigger initial form change // trigger initial form change
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment