From 61d4b3fefd18da8eccd1dc6efb792c846634da43 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 4 Dec 2018 16:27:15 +0100 Subject: [PATCH] minor irregularities in event.preventDefault() usage --- src/www/firewall_nat_out.php | 2 -- 1 file changed, 2 deletions(-) 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(); } }] });