mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 05:05:18 +01:00
I'm a loon. As perlguy pointed out in #151, Ajax stuff was completely broken in the last revision (on Safari as well as IE6). I could have sworn that I'd tested it, but obviously not.
It turns out that you need to call prototype.js as well as scriptaculous.js, or nothing works at all (scriptaculous then calls the other scripts like control, effect etc.). Fixes #151. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@160 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
7c454eb42d
commit
d9355432d7
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<%= stylesheet_link_tag "standard" %>
|
||||
<%= stylesheet_link_tag "print", :media => "print" %>
|
||||
<%= javascript_include_tag "toggle_notes" %>
|
||||
<%= javascript_include_tag "prototype" %>
|
||||
<%= javascript_include_tag "scriptaculous" %>
|
||||
<%= stylesheet_link_tag 'calendar-system.css' %>
|
||||
<%= javascript_include_tag 'calendar', 'calendar-en', 'calendar-setup' %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue