diff options
author | luxagraf <sng@luxagraf.net> | 2014-05-27 20:04:50 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-05-27 20:04:50 -0400 |
commit | 996cf7c9c58226d136532318c203d35e504f23b5 (patch) | |
tree | e2b5dbdf5500bb344296e2786f6b303c8dcfcba7 /design/templates/archives | |
parent | 18de08b5dfcc40243bfe8531bce775d0cf106293 (diff) |
switched to newer version of leaflet and fixed a few bugs in the build
of js files
Diffstat (limited to 'design/templates/archives')
-rw-r--r-- | design/templates/archives/map.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/design/templates/archives/map.html b/design/templates/archives/map.html index 0b43e6e..c82d602 100644 --- a/design/templates/archives/map.html +++ b/design/templates/archives/map.html @@ -9,23 +9,14 @@ Google Maps code ==============================================#} {% block extrahead %} - <!--[if lte IE 8]> - <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.ie.css" /> - <![endif]--> <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> - <style> #map-canvas img{ border: none;} </style> - - - - {% endblock %} {%block bodyid%}id="map"{%endblock%} |