fix: Do not redirect user away from site after they submit a comment (#2402)
This commit is contained in:
parent
f7884a31c6
commit
e8b36c94d3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{% if site.repository and site.staticman.branch %}
|
||||
{% if site.repository and site.comments.staticman.branch %}
|
||||
<script>
|
||||
(function ($) {
|
||||
$('#new_comment').submit(function () {
|
||||
|
|
Loading…
Reference in a new issue