add following

This commit is contained in:
biglyderv 2024-11-25 14:12:43 -05:00
parent 7bec5f61f0
commit 06ef3ce8e0
3 changed files with 20 additions and 14 deletions

View file

@ -16,7 +16,7 @@ async function formClick(ev) {
let json = await fetched.json();
document.querySelector('.form-message').textContent = json.message;
target.querySelector('.form-message').textContent = json.message;
if (json.redirect) {
setTimeout(function () {