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

Diff for /draft/form.min.js between version 1.32 and 1.33

version 1.32, 2024/03/28 20:02:23 version 1.33, 2024/03/28 20:04:56
Line 60  fetch('/feedbk/', {
Line 60  fetch('/feedbk/', {
     },      },
     body: JSON.stringify({ "cfem": "a@b.ru", "cfsu" : "subject", "cfme" : "message", "cfto" : "token" })      body: JSON.stringify({ "cfem": "a@b.ru", "cfsu" : "subject", "cfme" : "message", "cfto" : "token" })
 })  })
    .then(response => response.json())   //  .then(response => response.json())
    .then(response => console.log(JSON.stringify(response)))   //  .then(response => console.log(JSON.stringify(response)))
           .then(response => response.text());
           console.log(response);
   
   
                                 },                                  },

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

https://cvs.kroczynski.net