fix: Do not redirect user away from site after they submit a comment (#2402)
This commit is contained in:
@ -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 () {
|
||||
|
Reference in New Issue
Block a user