On Friday, June 15, 2012 11:23:03 AM UTC-4, Omi Chiba wrote: > > I removed and added them directly in layout.html and confirmed it's > correctly generating html but still no luck... > > <!-- All JavaScript at the bottom, except for Modernizr which enables > HTML5 elements & feature detects --> > <script src="{{=URL('static','js/modernizr.custom.js')}}"></script> > <script src="http://maps.google.com/maps/api/js?sensor=true"></script> > <script src="{{=URL('static','js/gmaps.js')}}"></script> > > > <!-- include stylesheets --> >
Does it depend on jQuery? If so, you'll have to include it *after* jQuery. Anthony