summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-08-22 11:44:59 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-08-22 11:45:08 +0200
commitb37e26d5ea1e7ab9a40e8f66d49d421c3a59d5fa (patch)
tree0a64d6850e9dd2d39cdf62a8fcc2c312b8d2dad0 /templates
parent4596613e65581712f6c230f87971edfabd0ae919 (diff)
Fix geolocation stop list generation0.3.1
Diffstat (limited to 'templates')
-rw-r--r--templates/departures_page.html2
-rw-r--r--templates/header.html4
-rw-r--r--templates/landing_page.html2
3 files changed, 4 insertions, 4 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>
diff --git a/templates/header.html b/templates/header.html
index 1d0dd68..8ed6758 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/v2/css/light.min.css" id="theme" rel="stylesheet">
+<link href="/static/v3/css/light.min.css" id="theme" rel="stylesheet">
<script>
function addStyleSheet(name, id) {
- const path = "/static/v2/css/" + name + ".min.css";
+ const path = "/static/v3/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 e9aef17..ad6dcd8 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/v2/js/geolocation.js"></script>
+ <script src="/static/v3/js/geolocation.js"></script>
</head>
<body>
{% include 'navbar.html' %}