* remove javascript_include to avoid precompiled error VRFS-1175

This commit is contained in:
Seth Call 2014-02-18 23:16:32 +00:00
parent 0c44842bb0
commit 9a043148d6
2 changed files with 0 additions and 4 deletions

View File

@ -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 %>

View File

@ -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 %>