[web2py] Re: Weird behavior sourcing javascript file in view
> 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
{{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).