upgrade jquery to 1.5.2

This commit is contained in:
Reinier Balt 2011-04-14 14:44:46 +02:00
parent 52acf17270
commit 1372bb110e
4 changed files with 18 additions and 18 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<%= stylesheet_link_tag "scaffold" %>
<%= javascript_include_tag 'jquery-1.5.1.min', 'jquery.cookie' %>
<%= javascript_include_tag 'jquery-1.5.2.min', 'jquery.cookie' %>
<title><%= @page_title -%></title>

View file

@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<%= stylesheet_link_tag 'standard','superfish','niftyCorners', 'jquery-ui-1.8.11.custom', :cache => 'tracks-cached' %>
<%= stylesheet_link_tag "print", :media => "print" %>
<%= javascript_include_tag 'jquery-1.5.1.min', 'jquery-ui-1.8.11.custom.min',
<%= javascript_include_tag 'jquery-1.5.2.min', 'jquery-ui-1.8.11.custom.min',
'jquery.truncator','jquery.jeditable.mini', 'jquery.cookie', 'jquery.blockUI',
'jquery.form',
:cache => 'jquery-cached' %>

File diff suppressed because one or more lines are too long

16
public/javascripts/jquery-1.5.2.min.js vendored Normal file

File diff suppressed because one or more lines are too long