diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-08-22 12:15:13 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-08-22 12:15:13 +0200 |
commit | 0a72758216e7486d89393eff5174f54b74f950b3 (patch) | |
tree | b3192af72cde28be684186745de275eaae7cd8ab /templates/departures_page.html | |
parent | 744a54b7074657131ba76a7cee92809410852506 (diff) |
bump asset version0.3.2
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 f823603..181d397 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/v3/js/reload.js"></script> + <script src="/static/v4/js/reload.js"></script> </head> <body> |