mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 13:15:17 +01:00
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:
parent
a948beefee
commit
7c454eb42d
1 changed files with 1 additions and 4 deletions
|
|
@ -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" %>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue