Skip to content

Commit

Permalink
Merge pull request #13 from pixelant/testing_adjustements
Browse files Browse the repository at this point in the history
[BUGFIX] wrong comment after form submiting
  • Loading branch information
VladVilya authored Nov 16, 2020
2 parents 4818730 + 4bb993e commit e6f2ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<f:render partial="Questioncomment/Comment" arguments="{question:question, pluginUid:currentUid, type:'Categorycomment', restrictToCategories: restrictToCategories}"/>
</div>

<div class="jpfaqThankYou">
<div class="jpfaqAddThankYouMessage">
<f:render partial="Questioncomment/ThankForComment" />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Javascript/jpFaq.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ var jpFaq = jpFaq || {};
}
$(jpfaqSpinner).remove();

$(commentContainer).children(jpFaqThankYou).show();
$(commentContainer).children(jpfaqAddThankYouMessage).show();
},

error: function (xhr, thrownError) {
Expand Down

0 comments on commit e6f2ff1

Please sign in to comment.