Skip to content

Commit e8b36c9

Browse files
authoredFeb 17, 2020
fix: Do not redirect user away from site after they submit a comment (mmistakes#2402)
1 parent f7884a3 commit e8b36c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_includes/comments-providers/staticman_v2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if site.repository and site.staticman.branch %}
1+
{% if site.repository and site.comments.staticman.branch %}
22
<script>
33
(function ($) {
44
$('#new_comment').submit(function () {

0 commit comments

Comments
 (0)
Please sign in to comment.