diff options
Diffstat (limited to 'design/templates/details/photo_galleries.html')
-rw-r--r-- | design/templates/details/photo_galleries.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/design/templates/details/photo_galleries.html b/design/templates/details/photo_galleries.html index 4e8fdce..e0530ab 100644 --- a/design/templates/details/photo_galleries.html +++ b/design/templates/details/photo_galleries.html @@ -9,11 +9,10 @@ {% block metadescription %}{{object.set_desc|truncatewords:30|smartypants|safe}}{% endblock %} {% 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")); @@ -83,8 +82,6 @@ {% block js %} <script type="text/javascript" src="{{MEDIA_URL}}js/jquery.js"></script> <script type="text/javascript" src="{{MEDIA_URL}}js/jquery.scrollTo-1.4.2-min.js"></script> - <!--<script type="text/javascript" src="{{MEDIA_URL}}js/photos.min.js" ></script>--> - <script type="text/javascript" src="/media/js/leaflet-providers.js"></script> <script type="text/javascript" src="/media/js/photos.min.js" ></script> |