diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-07-16 00:43:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-07-16 00:43:43 +0200 |
commit | d93bebcd82a9c43e3ab8a882eddc1b4ddfc8f1bc (patch) | |
tree | ce0f7227e6ddce345e6453c05725029f90462ba1 /templates | |
parent | 55f4c3fd47e625253737b0d00f55d6906eabc9e8 (diff) |
release assets0.6.6
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 | ||||
-rw-r--r-- | templates/tripinfo_page.html | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/departures_page.html b/templates/departures_page.html index eeceb76..b853163 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/v6/js/reload.js"></script> + <script src="/static/v7/js/reload.js"></script> </head> <body> diff --git a/templates/header.html b/templates/header.html index 14953fe..9e6d8fb 100644 --- a/templates/header.html +++ b/templates/header.html @@ -12,11 +12,11 @@ <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/v6/css/light.min.css" id="theme" rel="stylesheet"> +<link href="/static/v7/css/light.min.css" id="theme" rel="stylesheet"> <script> function addStyleSheet(name, id) { - const path = "/static/v6/css/" + name + ".min.css"; + const path = "/static/v7/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 063b49c..c401b72 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/v6/js/geolocation.js"></script> + <script src="/static/v7/js/geolocation.js"></script> </head> <body> {% include 'navbar.html' %} diff --git a/templates/tripinfo_page.html b/templates/tripinfo_page.html index cd04367..5e10077 100644 --- a/templates/tripinfo_page.html +++ b/templates/tripinfo_page.html @@ -3,7 +3,7 @@ <head> <title>{{ title }}</title> {% include 'header.html' %} - <!--<script src="/static/v6/js/reload.js"></script>--> + <!--<script src="/static/v7/js/reload.js"></script>--> </head> <body> |