Skip to content

Commit ac57b24

Browse files
VincentTammmistakes
authored andcommitted
Remove unused variables (mmistakes#1996)
1 parent f2f119b commit ac57b24

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

_includes/comments-providers/staticman.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{% if site.repository and site.staticman.branch %}
22
<script>
33
(function ($) {
4-
var $comments = $('.js-comments');
5-
64
$('#new_comment').submit(function () {
75
var form = this;
86

@@ -39,4 +37,4 @@
3937
}
4038
})(jQuery);
4139
</script>
42-
{% endif %}
40+
{% endif %}

_includes/comments-providers/staticman_v2.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{% if site.repository and site.staticman.branch %}
22
<script>
33
(function ($) {
4-
var $comments = $('.js-comments');
5-
64
$('#new_comment').submit(function () {
75
var form = this;
86

@@ -39,4 +37,4 @@
3937
}
4038
})(jQuery);
4139
</script>
42-
{% endif %}
40+
{% endif %}

0 commit comments

Comments
 (0)