diff --git a/src/www/firewall_nat_out.php b/src/www/firewall_nat_out.php index 0066794de..e1926b4f6 100644 --- a/src/www/firewall_nat_out.php +++ b/src/www/firewall_nat_out.php @@ -149,7 +149,6 @@ include("head.inc"); $("#id").val(id); $("#action").val("del"); $("#iform").submit() - event.preventDefault(); } }] }); @@ -169,7 +168,6 @@ include("head.inc"); $("#id").val(""); $("#action").val("del_x"); $("#iform").submit() - event.preventDefault(); } }] });