[BACK]Return to form.min.js CVS log [TXT][DIR] Up to [local] / draft

Diff for /draft/form.min.js between version 1.23 and 1.24

version 1.23, 2024/03/28 19:16:14 version 1.24, 2024/03/28 19:17:34
Line 56  async function sendData() {
Line 56  async function sendData() {
                                         ii.textContent="Sent";                                          ii.textContent="Sent";
                                         console.log(`Challenge Success ${token}`);                                          console.log(`Challenge Success ${token}`);
 //                                      postData();  //                                      postData();
 var data=`${token};${em};${su};${ms}`,  var data=`${token}|${em}|${su}|${ms}`,
         status="";          status="";
 $.post("/feedbk/", function(data, status){  $.post("/feedbk/", function(data, status){
     alert("Data: " + data + "\nStatus: " + status);      alert("Data: " + data + "\nStatus: " + status);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

https://cvs.kroczynski.net