diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-12-08 12:05:32 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-12-08 12:05:32 +0000 |
commit | e6b22a438a608b378e22b7428fbe030a7956bf5d (patch) | |
tree | 6394637b3bb82a0b2441324023c4dedd84079711 /index.html | |
parent | c1c63bd167331a02153b30f34cae50d5797df654 (diff) | |
download | health-map-e6b22a438a608b378e22b7428fbe030a7956bf5d.tar health-map-e6b22a438a608b378e22b7428fbe030a7956bf5d.tar.gz |
Fix the filtering
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,14 +7,14 @@ <script src="resources/libs/jquery-1.8.3.js"></script> <script src="resources/libs/underscore.js"></script> - <link rel="stylesheet" href="resources/leaflet/leaflet.css" /> - <!--[if lte IE 8]><link rel="stylesheet" href="resources/leaflet/leaflet.ie.css" /><![endif]--> + <link rel="stylesheet" href="resources/leaflet/dist/leaflet.css" /> + <!--[if lte IE 8]><link rel="stylesheet" href="resources/leaflet/dist/leaflet.ie.css" /><![endif]--> <link rel="stylesheet" href="resources/libs/locate/L.Control.Locate.css" /> <!--[if lte IE 8]><link rel="stylesheet" href="resources/libs/locate/L.Control.Locate.ie.css" /><![endif]--> <link rel="stylesheet" href="resources/map.css" /> - <script src="resources/leaflet/leaflet-src.js"></script> + <script src="resources/leaflet/dist/leaflet-src.js"></script> <script src="resources/libs/locate/L.Control.Locate.js"></script> <script src="resources/op2geojson.js"></script> </head> |