summaryrefslogtreecommitdiff
path: root/design/templates/archives/map.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/archives/map.html')
-rw-r--r--design/templates/archives/map.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/design/templates/archives/map.html b/design/templates/archives/map.html
index 550a898..0b43e6e 100644
--- a/design/templates/archives/map.html
+++ b/design/templates/archives/map.html
@@ -9,14 +9,13 @@
Google Maps code
==============================================#}
{% block extrahead %}
- <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.css" />
<!--[if lte IE 8]>
- <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.ie.css" />
+ <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.ie.css" />
<![endif]-->
- <script src="http://cdn.leafletjs.com/leaflet-0.5/leaflet.js"></script>
+ <script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script type="text/javascript">
if (typeof L === "undefined") {
- document.write(unescape("%3Cscript src='/media/js/leaflet-0.5/leaflet.js' type='text/javascript'%3E%3C/script%3E"));
+ document.write(unescape("%3Cscript src='/media/js/leaflet-0.7.3/leaflet.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
@@ -64,7 +63,6 @@ Google Maps code
</section>
{% endblock %}
{% block js %}
-<script type="text/javascript" src="/media/js/leaflet-providers.js"></script>
<!--<script type="text/javascript" src="/media/js/mainmap.js"></script>-->
<script type="text/javascript" src="/media/js/mainmap.min.js"></script>
{% endblock%}