Hi Michael, as it turns out my issue was actually a browser cache issue.
I'm using 5.4-alpha-24 and the only thing needed was configuration.add(
SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER,
"jquery");

I didn't seem to need disableScriptaculous as that was done in the
configuration above.

Thanks


On Fri, Nov 8, 2013 at 12:42 PM, Michael Gentry <mgen...@masslight.net>wrote:

> Hi George,
>
> I did it this way in AppModule.java:
>
>     public static void
> contributeApplicationDefaults(MappedConfiguration<String, String>
> configuration)
>     {
>         ...
>
> configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER,
> "jquery");
>     }
>
>
>     @Contribute(Compatibility.class)
>     public static void disableScriptaculous(MappedConfiguration<Trait,
> Boolean> configuration)
>     {
>         configuration.add(Trait.SCRIPTACULOUS, false);
>         configuration.add(Trait.INITIALIZERS, false);
>     }
>
>
> mrg
>
>
>
> On Fri, Nov 8, 2013 at 12:36 PM, George Christman
> <gchrist...@cardaddy.com>wrote:
>
> > I've read it is possible to turn off prototype while using jquery, how is
> > this achieved? I'm running into conflicts with bootstrap hide.
> >
>



-- 
George Christman
www.CarDaddy.com
P.O. Box 735
Johnstown, New York

Reply via email to