> Is there an easy way to make this download as a separate .js file
> instead of inline? Or to suppress it if I'm not using AJAX at all?
>
Having it inline decreases the number of requests the browser must make.

On Fri, Sep 26, 2008 at 4:38 PM, Charles F. Munat <[EMAIL PROTECTED]> wrote:
>
> In my HTML output there is a script that begins:
>
> // <![CDATA[
> var lift_ajaxQueue = [];
> var lift_ajaxInProcess = null;
> var lift_ajaxShowing = false;
> var lift_ajaxRetryCount = 3
>
> Is there an easy way to make this download as a separate .js file
> instead of inline? Or to suppress it if I'm not using AJAX at all?
>
> BTW, the <script> element on this script needs a type="text/javascript"
> attribute or it fails validation.
>
> Thanks,
> Chas.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to