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

Diff for /draft/form.min.js between version 1.39 and 1.40

version 1.39, 2024/03/28 20:27:38 version 1.40, 2024/03/28 20:31:33
Line 45  async function sendData() {
Line 45  async function sendData() {
                                         ii.textContent="Sent";                                          ii.textContent="Sent";
                                         console.log(`Challenge Success ${token}`);                                          console.log(`Challenge Success ${token}`);
 /* --------------------- */  /* --------------------- */
   const ob = {cfem: $cfem, cfsu: $cfsu, cfme: $cfme, cfto: $token };
 var data="",  var data="",
         status="",          status="",
         feed=JSON.stringify({ "cfem": "${em}", "cfsu" : "${su}", "cfme" : "${me}", "cfto" : "${token}" });          feed=JSON.stringify(ob);
 $.post("/feedbk/", feed, function(data, status){  $.post("/feedbk/", feed, function(data, status){
     console.log("Data: " + data + "\nStatus: " + status);      console.log("Data: " + data + "\nStatus: " + status);
 });  });

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

https://cvs.kroczynski.net