vidpush/app/views/application/_javascript.html.erb

11 lines
200 B
Plaintext
Raw Normal View History

2014-04-07 18:41:34 +00:00
<%= javascript_include_tag :application %>
<%= yield :javascript %>
<% if Rails.env.test? %>
<%= javascript_tag do %>
$.fx.off = true;
$.ajaxSetup({ async: false });
<% end %>
<% end %>