Remove unused variables (#1996)

This commit is contained in:
Vincent Tam 2019-01-01 22:39:39 +01:00 committed by Michael Rose
parent f4d890f282
commit c1412e3958
2 changed files with 2 additions and 6 deletions

View file

@ -1,8 +1,6 @@
{% if site.repository and site.staticman.branch %}
<script>
(function ($) {
var $comments = $('.js-comments');
$('#new_comment').submit(function () {
var form = this;
@ -39,4 +37,4 @@
}
})(jQuery);
</script>
{% endif %}
{% endif %}

View file

@ -1,8 +1,6 @@
{% if site.repository and site.staticman.branch %}
<script>
(function ($) {
var $comments = $('.js-comments');
$('#new_comment').submit(function () {
var form = this;
@ -39,4 +37,4 @@
}
})(jQuery);
</script>
{% endif %}
{% endif %}