aboutsummaryrefslogtreecommitdiff
path: root/web/views/layout.pug
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-23 23:17:07 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-23 23:17:07 +0000
commit48ed2c8cfda61fd9c0e0fe1594dec4f16d7a38af (patch)
treece9b9effbf5038b0762186e88607437a8339a6b3 /web/views/layout.pug
parenta7fa4d95f7e5bb30c5c25bd4bc97881045b6a1fa (diff)
removed js library for dark mode basemapHH-feat-2
Diffstat (limited to 'web/views/layout.pug')
-rw-r--r--web/views/layout.pug1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/views/layout.pug b/web/views/layout.pug
index 09e01fe..900a601 100644
--- a/web/views/layout.pug
+++ b/web/views/layout.pug
@@ -5,6 +5,5 @@ html
link(rel='stylesheet', href='https://unpkg.com/leaflet@1.4.0/dist/leaflet.css')
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='https://unpkg.com/leaflet@1.4.0/dist/leaflet.js')
- script(type='text/javascript' src='/javascripts/leaflet-tilelayer-colorfilter.min.js')
body
block content