diff options
Diffstat (limited to 'design/templates/archives/map.html')
-rw-r--r-- | design/templates/archives/map.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/design/templates/archives/map.html b/design/templates/archives/map.html index c82d602..493fefd 100644 --- a/design/templates/archives/map.html +++ b/design/templates/archives/map.html @@ -9,11 +9,7 @@ Google Maps code ==============================================#} {% block extrahead %} - <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.7.3/leaflet.js' type='text/javascript'%3E%3C/script%3E")); - </script> + <script src="/media/js/leaflet-0.7.3/leaflet.js"></script> <style> #map-canvas img{ border: none;} </style> |