diff options
Diffstat (limited to 'templates/archives/map.html')
-rw-r--r-- | templates/archives/map.html | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/templates/archives/map.html b/templates/archives/map.html index 41e89f9..f7a008f 100644 --- a/templates/archives/map.html +++ b/templates/archives/map.html @@ -11,14 +11,13 @@ Google Maps code ==============================================#} {% block extrahead %} -<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAEZ0Oz7LFDmdS1OBHm6HLgRQT5Lr-mnFT_29u-YVgAYs_K_u6-BQ627CkPKq44oaHpmSt2497hDj_LQ" type="text/javascript"></script> - - +<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> +<script type="text/javascript" src="{{MEDIA_URL}}js/mainmap.js"></script> {% endblock %} {%block bodyid%}id="map" {%endblock%} -{% block bodyevents %}onload="initialize()" onunload="GUnload()"{% endblock %} +{% block bodyevents %}onload="initialize()"{% endblock %} @@ -36,8 +35,4 @@ Google Maps code <div id="map-canvas"> </div> </article> -{% endblock %} - -{% block js %} -{% include 'includes/map_entry_list.html' %} -{%endblock%}
\ No newline at end of file +{% endblock %}
\ No newline at end of file |