demarches-normaliennes/app/views/manager/application/_javascript.html.haml

10 lines
209 B
Text
Raw Normal View History

- Administrate::Engine.javascripts.each do |js_path|
= javascript_include_tag js_path
= yield :javascript
- if Rails.env.test?
= javascript_tag do
$.fx.off = true;
$.ajaxSetup({ async: false });