Skip to content

Commit

Permalink
[webui] Update to jQuery-1.7.1
Browse files Browse the repository at this point in the history
Previously, we used the Bento version (1.4.4)...
  • Loading branch information
saschpe committed Feb 7, 2012
1 parent e51459b commit e4dedeb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 173 deletions.
2 changes: 1 addition & 1 deletion src/webui/app/mobile_views/layouts/application.html.erb
Expand Up @@ -13,7 +13,7 @@

<%= stylesheet_link_tag "jquery.mobile-1.0rc2.min" %>
<%= stylesheet_link_tag "style.mobile" %>
<%= javascript_include_tag "jquery-1.6.4.min", "jquery.mobile-1.0rc2.min" %>
<%= javascript_include_tag "jquery-1.7.1.min", "jquery.mobile-1.0rc2.min" %>

<title><%= h "#{@page_title || 'OBS'}" %></title>

Expand Down
Expand Up @@ -18,7 +18,7 @@
<%= yield :content_for_head %>
<%= javascript_include_tag '/themes/bento/js/jquery', '/themes/bento/js/script', 'jquery-ui-1.7.2.min', 'jrails', 'application', :cache => 'layout-squashed' %>
<%= javascript_include_tag 'jquery-1.7.1.min', '/themes/bento/js/script', 'jquery-ui-1.7.2.min', 'jrails', 'application', :cache => 'layout-squashed' %>
<% javascript_tag do %>
<%= yield :head_javascript %>
Expand Down
4 changes: 0 additions & 4 deletions src/webui/public/javascripts/jquery-1.6.4.min.js

This file was deleted.

4 changes: 4 additions & 0 deletions src/webui/public/javascripts/jquery-1.7.1.min.js

Large diffs are not rendered by default.

0 comments on commit e4dedeb

Please sign in to comment.