Make time-relative a separable custom element I can reuse

This commit is contained in:
Eli Ribble 2026-03-06 16:48:10 +00:00
parent 0fbd1c3fca
commit 49a109ae85
No known key found for this signature in database
2 changed files with 39 additions and 75 deletions

View file

@ -10,6 +10,8 @@
<script src="/static/js/geocode.js"></script>
<script src="/static/js/location.js"></script>
<script src="/static/js/map-multipoint.js"></script>
<-- ordering matters since report table depends on time-relative !-->
<script src="/static/js/time-relative.js"></script>
<script src="/static/js/report-table.js"></script>
<script>
const MAPBOX_ACCESS_TOKEN = '{{.MapboxToken}}';