jQuery(function() {
  $(document).ready(function() {
    return $('.comment_section').hide();
  });
});