revert change format message thank you after order
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m8s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m8s
This commit is contained in:
parent
517d393ac0
commit
08a571fc1b
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ function handleSubmit(e) {
|
||||||
// if data.success is true, show a success message
|
// if data.success is true, show a success message
|
||||||
if (data.success) {
|
if (data.success) {
|
||||||
submitButton.style.display = 'none'
|
submitButton.style.display = 'none'
|
||||||
notification.innerHTML = `<span>## ${currentMessages.thankyou}</span>`
|
notification.innerHTML = `<span>${currentMessages.thankyou}</span>`
|
||||||
notification.className = 'bg-green-500 text-black px-4 py-2 rounded block'
|
notification.className = 'bg-green-500 text-black px-4 py-2 rounded block'
|
||||||
} else {
|
} else {
|
||||||
submitButton.style.display = 'none'
|
submitButton.style.display = 'none'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue