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

Diff for /draft/form.min.js between version 1.38 and 1.41

version 1.38, 2024/03/28 20:24:58 version 1.41, 2024/03/28 20:33:14
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 = {mail: $em, sub: $su, msg: $ms, id: $token };
 var data="",  var data="",
         status="",          status="",
         feed=JSON.stringify({ "cfem": "a@b.ru", "cfsu" : "subject", "cfme" : "message", "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.38  
changed lines
  Added in v.1.41

https://cvs.kroczynski.net