From 9a502234649348eaac7c3d23f15597815ac959e7 Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Thu, 27 Aug 2020 10:01:18 +0200 Subject: [PATCH] update --- client/index.js | 2 +- client/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/index.js b/client/index.js index 0f8acb5..a8ee4a7 100644 --- a/client/index.js +++ b/client/index.js @@ -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, { diff --git a/client/package.json b/client/package.json index 610a68d..f6493c8 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "jean-cloud-contact-mailer-client", - "version": "1.0.15", + "version": "1.0.16", "description": "", "main": "index.js", "scripts": {