diff --git a/app/views/plugin/personal_journal/_profile.html.erb b/app/views/plugin/personal_journal/_profile.html.erb index 2c858a3..a2cc9ec 100644 --- a/app/views/plugin/personal_journal/_profile.html.erb +++ b/app/views/plugin/personal_journal/_profile.html.erb @@ -1,9 +1,6 @@ <% content_for :page_specific_css do %> <%= stylesheet_link_tag "lib/list-check" %> <% end %> -<% content_for :page_specific_javascript do %> - <% javascript_include_tag "lib/list-check" %> -<% end %> <% if has_access? @writing_journals = JournalPaper.where(member_profile_id: @member.id).desc(:year).page(params[:page]).per(10)