From 4bb993e99485171e2ba2cec9ce73ee01a0a3d0a0 Mon Sep 17 00:00:00 2001 From: VladVilya Date: Mon, 16 Nov 2020 10:20:46 +0200 Subject: [PATCH] [BUGFIX] wrong comment after form submiting --- .../Private/Partials/Categorycomment/LoadCommentFormLink.html | 2 +- Resources/Public/Javascript/jpFaq.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Private/Partials/Categorycomment/LoadCommentFormLink.html b/Resources/Private/Partials/Categorycomment/LoadCommentFormLink.html index df5b419..44bc337 100644 --- a/Resources/Private/Partials/Categorycomment/LoadCommentFormLink.html +++ b/Resources/Private/Partials/Categorycomment/LoadCommentFormLink.html @@ -12,7 +12,7 @@ -
+
diff --git a/Resources/Public/Javascript/jpFaq.js b/Resources/Public/Javascript/jpFaq.js index 8920acd..66031da 100755 --- a/Resources/Public/Javascript/jpFaq.js +++ b/Resources/Public/Javascript/jpFaq.js @@ -455,7 +455,7 @@ var jpFaq = jpFaq || {}; } $(jpfaqSpinner).remove(); - $(commentContainer).children(jpFaqThankYou).show(); + $(commentContainer).children(jpfaqAddThankYouMessage).show(); }, error: function (xhr, thrownError) {