=================================================================== RCS file: /cvs/cvs/draft/form.min.js,v retrieving revision 1.65 retrieving revision 1.66 diff -u -p -r1.65 -r1.66 --- draft/form.min.js 2024/03/30 16:16:46 1.65 +++ draft/form.min.js 2024/03/30 17:08:44 1.66 @@ -42,10 +42,9 @@ async function sendData() { turnstile.remove(); }, callback: function(token) { - ii.textContent="Sent"; - console.log(`Challenge Success ${token}`); const dataToSend = JSON.stringify({"add": em, "sub": su, "msg": ms, "tok": token}); console.log(`JSON: ${dataToSend}`); + ii.textContent="Sending";