This commit is contained in:
Adrian Amaglio 2020-08-27 10:01:18 +02:00
parent 5714519a2e
commit 9a50223464
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ function jeanCloudContactFormIntercept (formId, theme) {
const submitButton = formElem.querySelector('[type="submit"]')
const loadingText = document.createElement('span')
loadingText.classList.add(".contact-mailer-sending");
loadingText.textContent = 'Envoi en cours…'
loadingText.textContent = ' Envoi en cours…'
submitButton.after(loadingText)
/* XHR */
fetch(formElem.action, {

View File

@ -1,6 +1,6 @@
{
"name": "jean-cloud-contact-mailer-client",
"version": "1.0.15",
"version": "1.0.16",
"description": "",
"main": "index.js",
"scripts": {