updated jquery and jquery-rails

This commit is contained in:
albert
2011-04-29 17:23:53 -04:00
parent 630e3f3cad
commit 903a3fa5d1
4 changed files with 254 additions and 277 deletions

View File

@@ -14,8 +14,7 @@
<meta name="errors" content="true">
<% end %>
<%= auto_discovery_link_tag :atom, posts_path(:format => "atom", :tags => params[:tags]) %>
<%= stylesheet_link_tag "compiled/default" %>
<%= stylesheet_link_tag "smoothness/jquery-ui-1.8.5.custom.css" %>
<%= stylesheet_link_tag "compiled/default", "smoothness/jquery-ui-1.8.5.custom.css", :cache => true %>
<%= javascript_include_tag :defaults, :cache => true %>
<%= Danbooru.config.custom_html_header_content %>
<%= yield :html_header %>