minor irregularities in event.preventDefault() usage

This commit is contained in:
Ad Schellevis 2018-12-04 16:27:15 +01:00
parent 2938c99628
commit 61d4b3fefd

View File

@ -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();
}
}]
});