diff options
| author | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-03-07 04:07:12 +0000 |
|---|---|---|
| committer | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-03-07 04:07:12 +0000 |
| commit | 4bcda39aeae66b838c79e953e98c54055c3ecb70 (patch) | |
| tree | 9633a8bdaf272c290cd1440f7564e8a363ac2d72 /web/views/map.pug | |
| parent | 97ae21bf83fb04526269442e2fa3954d99d18665 (diff) | |
Added functionality so that whenever a point is clicked it opens up a Details sidebar which shows information about that point.
Diffstat (limited to 'web/views/map.pug')
| -rw-r--r-- | web/views/map.pug | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/views/map.pug b/web/views/map.pug index 725c8a8..744fe31 100644 --- a/web/views/map.pug +++ b/web/views/map.pug @@ -1,7 +1,5 @@ extends layout.pug block content - #sidebar - h1 This is a sidebar #map script(type='text/javascript'). |
