On Sat, Feb 28, 2009 at 6:00 AM, Tim Perrett <[email protected]>wrote:
> > Guys, > > I have a lift app that since our 1.3.2 update has broken a bunch of > stuff. Id imagine im not the only person in this pickle and wonder if > there is a way we could possibly make JQuery a configurable version? > > Perhaps LiftRules.jqueryVersion ? > > Thoughts? jQuery 1.3.2 is the "classpath" version... the one that Lift can serve without any external files. You can choose to serve whatever version of jQuery you want by changing the <script> tag to something that bring in jQuery from src/main/webapps/... Thanks, David > > > Cheers, Tim > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Git some: http://github.com/dpp --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
