diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-12-12 16:10:32 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-12-12 16:10:32 +0100 |
commit | fb2bde41ac04ee93c4dd238dcb3e812ac2d15356 (patch) | |
tree | c7151cf7a7e1a0cd621c1efd692d373e71affdbd /web/index.html | |
parent | b42134c08c24a14407e06e6b559a2370999c9e7f (diff) |
Add search functionality
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 388715b..fbe52c0 100644 --- a/web/index.html +++ b/web/index.html @@ -6,6 +6,7 @@ <link rel="stylesheet" href="css/leaflet.contextmenu.css" /> <link rel="stylesheet" href="css/leaflet.draw.css" /> <link rel="stylesheet" href="css/leaflet.label.css" /> + <link rel="stylesheet" href="css/leaflet.search.css" /> <link rel="stylesheet" href="css/eventmap.css" /> </head> <body> @@ -20,6 +21,7 @@ <script src="js/leaflet.contextmenu.js"></script> <script src="js/leaflet.draw.js"></script> <script src="js/leaflet.label.js"></script> + <script src="js/leaflet.search.js"></script> <script src="js/eventmap.js"></script> </body> </html> |