vidpush/app/views/application/_javascript.html.erb
2014-04-07 14:41:34 -04:00

11 lines
200 B
Plaintext

<%= javascript_include_tag :application %>
<%= yield :javascript %>
<% if Rails.env.test? %>
<%= javascript_tag do %>
$.fx.off = true;
$.ajaxSetup({ async: false });
<% end %>
<% end %>