Fixed the calling of the Scriptaculous javascript files. Now you only need to call scriptaculous.js, and that calls effects, controls etc. Previously each of the files was getting called multiple times because I was loading scriptaculous.js '''and''' all the others.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@159 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-11-01 19:30:07 +00:00
parent a948beefee
commit 7c454eb42d

View file

@ -5,10 +5,7 @@
<%= stylesheet_link_tag "standard" %> <%= stylesheet_link_tag "standard" %>
<%= stylesheet_link_tag "print", :media => "print" %> <%= stylesheet_link_tag "print", :media => "print" %>
<%= javascript_include_tag "toggle_notes" %> <%= javascript_include_tag "toggle_notes" %>
<%= javascript_include_tag "prototype" %> <%= javascript_include_tag "scriptaculous" %>
<%= javascript_include_tag "effects" %>
<%= javascript_include_tag "dragdrop" %>
<%= javascript_include_tag "controls" %>
<%= stylesheet_link_tag 'calendar-system.css' %> <%= stylesheet_link_tag 'calendar-system.css' %>
<%= javascript_include_tag 'calendar', 'calendar-en', 'calendar-setup' %> <%= javascript_include_tag 'calendar', 'calendar-en', 'calendar-setup' %>
<%= javascript_include_tag "accesskey-hints" %> <%= javascript_include_tag "accesskey-hints" %>