aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-12-08 12:05:32 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-12-08 12:05:32 +0000
commite6b22a438a608b378e22b7428fbe030a7956bf5d (patch)
tree6394637b3bb82a0b2441324023c4dedd84079711 /index.html
parentc1c63bd167331a02153b30f34cae50d5797df654 (diff)
downloadhealth-map-e6b22a438a608b378e22b7428fbe030a7956bf5d.tar
health-map-e6b22a438a608b378e22b7428fbe030a7956bf5d.tar.gz
Fix the filtering
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index a43e773..c46ba6a 100644
--- a/index.html
+++ b/index.html
@@ -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>