diff options
author | luxagraf <sng@luxagraf.net> | 2015-03-01 12:14:32 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2015-03-01 12:14:32 -0500 |
commit | b8b640ae95b5feda4a2c6d873ae1ce9fda2b36ac (patch) | |
tree | 640d4c395d4c9eb204427a2c3dc683b15832993c /design/templates/archives | |
parent | f2265caef899bb7d06022f38687846a7fa22af40 (diff) |
switched to newer, modded version of leaflet for better map scrolling
Diffstat (limited to 'design/templates/archives')
-rw-r--r-- | design/templates/archives/map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/map.html b/design/templates/archives/map.html index 92fdc15..a40e977 100644 --- a/design/templates/archives/map.html +++ b/design/templates/archives/map.html @@ -9,7 +9,7 @@ Google Maps code ==============================================#} {% block extrahead %} - <script src="/media/js/leaflet-0.7.3/leaflet.js"></script> + <script src="/media/js/leaflet-master/leaflet-mod.js"></script> <style> #map-canvas img{ border: none;} </style> |