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

Diff for /draft/form.min.js between version 1.28 and 1.29

version 1.28, 2024/03/28 19:25:29 version 1.29, 2024/03/28 19:28:19
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="",
         status="";          status="";
 $.post("/feedbk/", function("cfem=id@host.name&cfsu=subject&cfme=contact me, please", status){  $.post("/feedbk/", token, function(data, status){
     console.log("Data: " + data + "\nStatus: " + status);      console.log("Data: " + data + "\nStatus: " + status);
 });  });
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

https://cvs.kroczynski.net