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. >