diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-23 01:32:42 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-04-23 01:32:42 +0000 |
| commit | 1e46142921d43edec4a273dddde6a74923c92e34 (patch) | |
| tree | ab0f600d11dd0775cb9d6308716af794b874043e /web | |
| parent | 117cfde17d30f01b44bc5a3671927fa998786448 (diff) | |
| parent | f5d81a36b4869ad0f91aa97451cbbc26004889d6 (diff) | |
Merge branch 'web-homepage' into 'qa'
removing jquery as never used
See merge request kdam0/helpthehomeless!2
Diffstat (limited to 'web')
| -rw-r--r-- | web/views/layout.pug | 7 |
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 |
