updates on form

This commit is contained in:
Chris Cochrun 2022-11-10 11:40:29 -06:00
parent d760bdc2d2
commit 30acad0d4c
2 changed files with 14 additions and 104 deletions

View file

@ -12,7 +12,7 @@
}
else {
document.getElementById('form').hidden = true
document.getElementById('mt-form').hidden = false
document.getElementById('mt-form').hidden = true
console.log("NEGATORY");
}
}