~xdavidwu/xdavidwu.link

057f0ce1b9b2192224bf3edd3ae9d3e9c621ef04 — Vincent Tam 5 years ago ad53894
Remove unused variables (#1996)

M _includes/comments-providers/staticman.html => _includes/comments-providers/staticman.html +1 -3
@@ 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 %}
\ No newline at end of file
{% endif %}

M _includes/comments-providers/staticman_v2.html => _includes/comments-providers/staticman_v2.html +1 -3
@@ 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 %}
\ No newline at end of file
{% endif %}