From 9a043148d6a632dcdc0912e69f7c8227b428e818 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 18 Feb 2014 23:16:32 +0000 Subject: [PATCH] * remove javascript_include to avoid precompiled error VRFS-1175 --- web/app/views/music_sessions/show.html.erb | 2 -- web/app/views/recordings/show.html.erb | 2 -- 2 files changed, 4 deletions(-) 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 %>