views:

8

answers:

1

Hi,

I'm using the Juggernaut plugin in a rails application.

http://github.com/maccman/juggernaut_plugin

I can't find how to disable the alert() when running my app in Firefox.

Any Ideas ?

A: 

Ok, what a shame... :-/

The helper must be like this: <%= juggernaut :debug => false %>

Fro_oo