Remove a stray script tag with jQuery, other changes already do that function

This commit is contained in:
William Karsten 2022-06-24 12:22:26 -05:00
parent 1fe8f099d3
commit c4589c5add
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@
<ol class="comments comments1">
<% if !@story.is_gone? && !@story.previewing && @story.accepting_comments? %>
<li class="comments_subtree"><%= render "comments/commentbox", :comment => @comment %></li>
<% if @user %><script>autosize($("#comment")[0]);</script><% end %>
<% end %>
<% comments_by_parent = @comments.group_by(&:parent_comment_id) %>