diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-08-22 13:05:31 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-08-22 13:05:31 +0200 |
commit | 8851730ff03e431e967fb492b9fdfa558bc8a2d5 (patch) | |
tree | 25016f2618814dffcc8107f268adad81677d3f7f /templates | |
parent | 7fb32adf98e180c59ad9863cf1afd1af0b12125b (diff) |
bump asset version0.4.0
Diffstat (limited to 'templates')
-rw-r--r-- | templates/departures_page.html | 2 | ||||
-rw-r--r-- | templates/header.html | 4 | ||||
-rw-r--r-- | templates/landing_page.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/departures_page.html b/templates/departures_page.html index 181d397..605acff 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/v4/js/reload.js"></script> + <script src="/static/v5/js/reload.js"></script> </head> <body> diff --git a/templates/header.html b/templates/header.html index 236decc..62c4be4 100644 --- a/templates/header.html +++ b/templates/header.html @@ -10,11 +10,11 @@ <link rel="apple-touch-icon" sizes="180x180" href="/static/icons/icon-180x180.png"> <link rel="apple-touch-icon" sizes="152x152" href="/static/icons/icon-152x152.png"> <link rel="apple-touch-icon" sizes="167x167" href="/static/icons/icon-167x167.png"> -<link href="/static/v4/css/light.min.css" id="theme" rel="stylesheet"> +<link href="/static/v5/css/light.min.css" id="theme" rel="stylesheet"> <script> function addStyleSheet(name, id) { - const path = "/static/v4/css/" + name + ".min.css"; + const path = "/static/v5/css/" + name + ".min.css"; const old = document.getElementById(id); if (old && (old.href != path)) { old.href = path; diff --git a/templates/landing_page.html b/templates/landing_page.html index 1eec1be..045007a 100644 --- a/templates/landing_page.html +++ b/templates/landing_page.html @@ -3,7 +3,7 @@ <head> <title>{{ title }}</title> {% include 'header.html' %} - <script src="/static/v4/js/geolocation.js"></script> + <script src="/static/v5/js/geolocation.js"></script> </head> <body> {% include 'navbar.html' %} |