diff --git a/web/app/views/music_sessions/show.html.erb b/web/app/views/music_sessions/show.html.erb index 9c19c973e..74ae13253 100644 --- a/web/app/views/music_sessions/show.html.erb +++ b/web/app/views/music_sessions/show.html.erb @@ -92,8 +92,6 @@ <%= render :partial => "shared/comments", :locals => {:comments => @music_session.comments, :id => "txtSessionComment"} %> <% end %> -<%= javascript_include_tag "web/sessions" %> - <% content_for :extra_dialogs do %> <%= render :partial => "clients/shareDialog" %> <% end %> diff --git a/web/app/views/recordings/show.html.erb b/web/app/views/recordings/show.html.erb index 95b9c4a24..82ea6adb5 100644 --- a/web/app/views/recordings/show.html.erb +++ b/web/app/views/recordings/show.html.erb @@ -92,8 +92,6 @@ <%= render :partial => "shared/comments", :locals => {:comments => @claimed_recording.recording.comments, :id => "txtRecordingComment"} %> <% end %> - <%= javascript_include_tag "web/recordings" %> - <% content_for :extra_dialogs do %> <%= render :partial => "clients/shareDialog" %> <% end %>