Getting rid of last traces of Prototype and old jQuery library.

This commit is contained in:
Eric Allen 2009-09-02 10:33:34 -04:00
parent be43b3ded8
commit e57e1445b4
8 changed files with 3 additions and 7858 deletions

View file

@ -10,18 +10,15 @@
<% end %>
<%= stylesheet_link_tag "print", :media => "print" %>
<% bundle :name => "jquery" do %>
<%= javascript_include_tag "jquery-1.2.6.min" %>
<%= javascript_include_tag :defaults %>
<% end %>
<% bundle :name => "tracks_js" do %>
<%= javascript_include_tag *%w[
hoverIntent superfish prototype
effects dragdrop controls application
hoverIntent superfish application
calendar calendar-en calendar-setup
accesskey-hints todo-items niftycube
protoload flashobject lowpro
] %>
protoload flashobject ] %>
<% end %>
<%= javascript_include_tag :unobtrusive %>
<link rel="shortcut icon" href="<%= url_for(:controller => 'favicon.ico') %>" />
<%= auto_discovery_link_tag(:rss, {:controller => "todos", :action => "index", :format => 'rss', :token => "#{current_user.token}"}, {:title => "RSS feed of next actions"}) %>
<link rel="search" type="application/opensearchdescription+xml" title="Tracks" href="<%= search_plugin_path %>" />