* remove javascript_include to avoid precompiled error VRFS-1175
This commit is contained in:
parent
0c44842bb0
commit
9a043148d6
|
|
@ -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 %>
|
||||
|
|
|
|||
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Reference in New Issue