[web2py] Re: Weird behavior sourcing javascript file in view

2011-09-27 Thread Cliff
> The CDN is usually faster (unless you're just running on your own machine). I'll take your word for it and change it back. On Sep 26, 6:00 pm, pbreit wrote: > {{URL('static', 'js/jquery.min.js')}} > should be: > {{=URL('static', 'js/jquery.min.js')}} > > The CDN is usually faster (unless you'r

[web2py] Re: Weird behavior sourcing javascript file in view

2011-09-26 Thread pbreit
{{URL('static', 'js/jquery.min.js')}} should be: {{=URL('static', 'js/jquery.min.js')}} The CDN is usually faster (unless you're just running on your own machine).