I believe LiftRules.autoIncludeAjax controls this -- its value is a function that determines on a per-session basis whether the AJAX script should be included, for example to disable it site-wide:
LiftRules.autoIncludeAjax = session => false -Ross On Nov 20, 2009, at 10:43 AM, Alex Black wrote: > Thanks Tim. > > Do you happen to know any way of also removing this line from my > webpages: > > <script type="text/javascript" src="/ajax_request/liftAjax.js"> > > - Alex > > On Nov 20, 5:25 am, Timothy Perrett <[email protected]> wrote: >> That would be: >> >> LiftRules.redirectAjaxOnSessionLoss = false >> >> Cheers, Tim >> >> On 20 Nov 2009, at 00:54, David Pollak wrote: >> >>> If you don't like the feature, you can turn it off in LiftRules (I >>> don't remember the property off hand, but I'm sure someone else >>> can help me.) > > -- > > 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= > . > > -- 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=.
