From fe8fe3ff9a2bb5527c79196ed80840dc103e85be Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 28 Aug 2024 10:19:11 +0200 Subject: [PATCH] wait #7041 @0:10 --- wp-content/themes/CCV/resources/assets/scripts/forms/forms.js | 1 - .../themes/CCV/resources/views/partials/content-form.blade.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-content/themes/CCV/resources/assets/scripts/forms/forms.js b/wp-content/themes/CCV/resources/assets/scripts/forms/forms.js index b3d0747..784f142 100644 --- a/wp-content/themes/CCV/resources/assets/scripts/forms/forms.js +++ b/wp-content/themes/CCV/resources/assets/scripts/forms/forms.js @@ -95,7 +95,6 @@ function createRequestHandler (formEl) { // Should we hide form? if (response.hide_form) { formEl.querySelector('.cube-form-content').style.display = 'none' - formEl.querySelector('.cube-form-message').style.display = 'none' } // Should we redirect? diff --git a/wp-content/themes/CCV/resources/views/partials/content-form.blade.php b/wp-content/themes/CCV/resources/views/partials/content-form.blade.php index f94ae98..1cb0ed2 100644 --- a/wp-content/themes/CCV/resources/views/partials/content-form.blade.php +++ b/wp-content/themes/CCV/resources/views/partials/content-form.blade.php @@ -309,7 +309,7 @@
-- 2.39.5