app/views/layouts/admin/_head.html.erb in muck-engine-0.4.6 vs app/views/layouts/admin/_head.html.erb in muck-engine-0.4.7

- old
+ new

@@ -6,14 +6,13 @@ <%= google_load_jquery_ui_css(http_protocol) %> <%= stylesheet_link_tag MuckEngine.muck_admin_css -%> <%= google_load_jquery(http_protocol) %> <%= google_load_jquery_ui(http_protocol) %> <%= javascript_include_tag %w{ - jquery/jrails.js jquery/jquery.form.js jquery/jquery.jgrowl.js jquery/jquery.tips.js jquery/jquery.fancybox.js muck.js - application.js }, :cache => 'all_js_cached' %> + application.js }, :cache => 'admin_js_cached' %> <%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? %> <%= yield :head -%> \ No newline at end of file