aboutsummaryrefslogtreecommitdiff
path: root/web/views/layout.pug
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-23 01:31:03 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-23 01:31:03 +0000
commitf5d81a36b4869ad0f91aa97451cbbc26004889d6 (patch)
tree98d84f48de10aaafe89d8c9afcb3285bea590367 /web/views/layout.pug
parent8f0e47f48bd732eee3a825dd6626fd3a759b1985 (diff)
removing jquery as never usedweb-homepage
Diffstat (limited to 'web/views/layout.pug')
-rw-r--r--web/views/layout.pug7
1 files changed, 2 insertions, 5 deletions
diff --git a/web/views/layout.pug b/web/views/layout.pug
index f46138c..900a601 100644
--- a/web/views/layout.pug
+++ b/web/views/layout.pug
@@ -2,11 +2,8 @@ doctype html
html
head
title= title
- link(rel='stylesheet', href='https://unpkg.com/leaflet@1.0.3/dist/leaflet.css')
- link(rel='stylesheet', href='https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css')
+ link(rel='stylesheet', href='https://unpkg.com/leaflet@1.4.0/dist/leaflet.css')
link(rel='stylesheet', href='/stylesheets/style.css')
- script(src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js')
- script(src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js')
- script(src='https://unpkg.com/leaflet@1.0.3/dist/leaflet.js')
+ script(src='https://unpkg.com/leaflet@1.4.0/dist/leaflet.js')
body
block content