aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorWilli <willi@jups42.de>2012-12-01 15:37:57 +0100
committerWilli <willi@jups42.de>2012-12-01 15:38:12 +0100
commitefa746ba7b2e57cf3696e82355059f02d7b051c0 (patch)
tree1afb5d0887181eefb86a7edd36267b0baf2f8128 /index.html
parent1388544ba1014b8a43f5b30cbacbb01d7c4cd6c5 (diff)
downloadhealth-map-efa746ba7b2e57cf3696e82355059f02d7b051c0.tar
health-map-efa746ba7b2e57cf3696e82355059f02d7b051c0.tar.gz
refoactored maps.js a little, added underscore and moved libs to libs
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index a2df3c3..17f89af 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,8 @@
<title>Hospital map</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
- <script src="resources/jquery-1.8.3.js"></script>
+ <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]-->