diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-08-22 11:44:59 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-08-22 11:45:08 +0200 |
commit | b37e26d5ea1e7ab9a40e8f66d49d421c3a59d5fa (patch) | |
tree | 0a64d6850e9dd2d39cdf62a8fcc2c312b8d2dad0 /templates/departures_page.html | |
parent | 4596613e65581712f6c230f87971edfabd0ae919 (diff) |
Fix geolocation stop list generation0.3.1
Diffstat (limited to 'templates/departures_page.html')
-rw-r--r-- | templates/departures_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/departures_page.html b/templates/departures_page.html index 438c28d..f823603 100644 --- a/templates/departures_page.html +++ b/templates/departures_page.html @@ -3,7 +3,7 @@ <head> <title>{{ title }}</title> {% include 'header.html' %} - <script src="/static/v2/js/reload.js"></script> + <script src="/static/v3/js/reload.js"></script> </head> <body> |