update
This commit is contained in:
parent
5714519a2e
commit
9a50223464
@ -46,7 +46,7 @@ function jeanCloudContactFormIntercept (formId, theme) {
|
|||||||
const submitButton = formElem.querySelector('[type="submit"]')
|
const submitButton = formElem.querySelector('[type="submit"]')
|
||||||
const loadingText = document.createElement('span')
|
const loadingText = document.createElement('span')
|
||||||
loadingText.classList.add(".contact-mailer-sending");
|
loadingText.classList.add(".contact-mailer-sending");
|
||||||
loadingText.textContent = 'Envoi en cours…'
|
loadingText.textContent = ' Envoi en cours…'
|
||||||
submitButton.after(loadingText)
|
submitButton.after(loadingText)
|
||||||
/* XHR */
|
/* XHR */
|
||||||
fetch(formElem.action, {
|
fetch(formElem.action, {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jean-cloud-contact-mailer-client",
|
"name": "jean-cloud-contact-mailer-client",
|
||||||
"version": "1.0.15",
|
"version": "1.0.16",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user