This project is archived and is in readonly mode.
rubyonrails.org JS Quote display
Reported by Pripple | April 4th, 2009 @ 12:28 PM | in 2.x
On the homepage of the website rubyonrails.org, there are quotes, usually crossfading. This does not work at the moment, at least not in Firefox 3 or Safari 3.
Fix: Change line 43,
this.quotes = document.getElementsByClassName(this.options.className, this.element);
to
this.quotes = $A(document.getElementsByClassName(this.options.className, this.element));
For me, it works then. Correct me if I'm wrong, please.
Thanks
Lorenz
Comments and changes to this ticket
-
Steve St. Martin April 16th, 2010 @ 01:04 AM
- Assigned user set to Ryan Bigg
cannot reproduce, can be marked as invalid
-
Ryan Bigg April 19th, 2010 @ 10:11 PM
- State changed from new to invalid
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>