]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - www/maps/maps/templates/location/route.mako
Moved the post_data() function in to its own static Javascript file.
[dead/census-tools.git] / www / maps / maps / templates / location / route.mako
1 <%inherit file="/base.mako"/>\
2
3 <%def name="scripts()">
4 <script src="http://maps.google.com/maps/api/js?sensor=false"
5 type="text/javascript"></script>
6
7 <script src="/javascripts/maputils.js"
8 type="text/javascript"></script>
9 </%def>
10
11 <script type="text/javascript">
12 ${c.js}
13 </script>