diff options
author | luxagraf <sng@luxagraf.net> | 2014-05-27 14:18:50 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-05-27 14:18:50 -0400 |
commit | 18de08b5dfcc40243bfe8531bce775d0cf106293 (patch) | |
tree | 214567b93b0a1f499cc0edab76ac920062a590a1 /design/templates/details/photo_galleries.html | |
parent | 4b46285558ccbe10e9a2a5887c630fce6e355d52 (diff) |
moved all the js files to their respective projects and added the
leftlet providers code inline at the top as part of the build process.
Also converted everything to stop using google maps.
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> |