Bump version string, adjust style

This commit is contained in:
Fred Boniface 2023-04-25 21:13:05 +01:00
parent 28e306cbdb
commit f1372ff8a9
4 changed files with 4 additions and 3 deletions

View File

@ -46,7 +46,7 @@
<p>Enter a services start and end station CRS codes to see code options and
stopping patterns.</p>
<p>Currently supported (Beta): GWR Bristol Metro region only.</p>
<p id="auth-required">You must be logged into the free <a href="./settings.html">staff version</a> for this feature</p>
<p id="auth-required">You will need to be logged into a free <a href="./settings.html">rail staff version</a> account for this feature once it has finished testing.</p>
<label for="origin">Origin:</label><br>
<input type="text" class="small-lookup-box" id="origin" name="origin" maxlength="3"><br><br>
<label for="destination">Destination:</label><br>

View File

@ -302,7 +302,7 @@ label {
}
#auth-required {
color: crimson;
color: var(--main-warning-color);
}
/* Footer Styles */

View File

@ -8,6 +8,7 @@
#result-table {
margin: auto;
color: var(--second-text-color);
width: 85%;
max-width: 700px;
text-align: center;

2
sw.js
View File

@ -1,6 +1,6 @@
/* Service Worker */
const appVersion = "PIS-DEV-23042501"
const appVersion = "PIS-DEV-23042502"
const cacheName = `owlboard-${appVersion}`;
const cacheIDs = [cacheName];
const cacheFiles = [