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

Diff for /draft/form.min.js between version 1.90 and 1.91

version 1.90, 2024/03/31 16:24:59 version 1.91, 2024/03/31 16:26:26
Line 73  async function sendData() {
Line 73  async function sendData() {
                                         })                                          })
                                         .then(response => response.json())                                          .then(response => response.json())
                                         .then(json => info.textContent=json['msg'])                                          .then(json => info.textContent=json['msg'])
                                         .then(turnstile.remove();)  
                                 }                                  }
                         });                          });
                           turnstile.remove();
                 });                  });
         };          };
 }  }

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

https://cvs.kroczynski.net