vendor/plugins/refinery/app/views/admin/_head.html.erb in refinerycms-0.9.5.28 vs vendor/plugins/refinery/app/views/admin/_head.html.erb in refinerycms-0.9.5.29
- old
+ new
@@ -10,10 +10,10 @@
google.load("prototype", "1.6.1");
google.load("scriptaculous", "1.8.3");
google.load("jquery", "1.3");
</script>
<% end %>
- <%= javascript_include_tag('prototype', 'scriptaculous', 'jquery/jquery', :cache => (use_caching ? "cache/libraries" : false)) if !using_google_libs or local_request? %>
+ <%= javascript_include_tag('prototype', 'scriptaculous', 'jquery', :cache => (use_caching ? "cache/libraries" : false)) if !using_google_libs or local_request? %>
<script type='text/javascript'>jQuery.noConflict();</script>
<%= javascript_include_tag 'refinery/prototype.enhancements.js', 'fastinit', 'refinery/tooltips', 'livepipe', 'tabs', 'thickbox', "wymeditor/jquery.refinery.wymeditor.js", 'refinery/boot_wym', 'refinery/admin', :cache => (use_caching ? "cache/admin" : false) %>
<%= "<script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>" if RefinerySetting.find_or_set(:show_firebug_lite, false) == true -%>
<%= "<script type='text/javascript'>jQuery(document).ready(function(){ jQuery('#flash').fadeIn(550); });</script>" unless flash.empty? -%>
<%= yield :head %>
\ No newline at end of file