From 517d393ac06bcbeb84eee64c5aa5425069c0dcf9 Mon Sep 17 00:00:00 2001 From: betty Date: Mon, 2 Jun 2025 15:35:17 +0200 Subject: [PATCH] change format message thank you after order --- assets/js/bestellformular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/bestellformular.js b/assets/js/bestellformular.js index 2017c4c..99731b1 100644 --- a/assets/js/bestellformular.js +++ b/assets/js/bestellformular.js @@ -186,7 +186,7 @@ function handleSubmit(e) { // if data.success is true, show a success message if (data.success) { submitButton.style.display = 'none' - notification.innerHTML = `

${currentMessages.thankyou}

` + notification.innerHTML = `## ${currentMessages.thankyou}` notification.className = 'bg-green-500 text-black px-4 py-2 rounded block' } else { submitButton.style.display = 'none'