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/details/national-parks.html | |
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/details/national-parks.html')
-rw-r--r-- | design/templates/details/national-parks.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/design/templates/details/national-parks.html b/design/templates/details/national-parks.html index 2cd48eb..6eaa902 100644 --- a/design/templates/details/national-parks.html +++ b/design/templates/details/national-parks.html @@ -2,25 +2,15 @@ {% load typogrify_tags %} {% block pagetitle %}Luxagraf | Projects | National Parks {% endblock %} {% block metadescription %}{% endblock %} - {% 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.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> - <style> #map-canvas img{ border: none;} </style> - - - - {% endblock %} {%block bodyid%}id="projects-detail"{%endblock%} @@ -66,5 +56,4 @@ {% block js %} <script type="text/javascript" src="/media/js/jquery.js"></script> <script type="text/javascript" src="/media/js/natparks.min.js" ></script> - {% endblock %} |