.
This commit is contained in:
@@ -158,6 +158,7 @@
|
|||||||
|
|
||||||
// Hook into the form submission
|
// Hook into the form submission
|
||||||
function processForm(e) {
|
function processForm(e) {
|
||||||
|
console.log("SUBMIT")
|
||||||
if (e.preventDefault) e.preventDefault();
|
if (e.preventDefault) e.preventDefault();
|
||||||
|
|
||||||
if (document.getElementById("id_normal").checked){
|
if (document.getElementById("id_normal").checked){
|
||||||
|
|||||||
Reference in New Issue
Block a user