This project is archived and is in readonly mode.

#2416 ✓invalid
Pripple

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

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>

People watching this ticket

Pages