Change homepage notes, bump version
This commit is contained in:
parent
fb9c7a4fcc
commit
7b6218e861
@ -61,7 +61,8 @@
|
|||||||
<div id="quick_links">
|
<div id="quick_links">
|
||||||
</div>
|
</div>
|
||||||
<div class="text-description">
|
<div class="text-description">
|
||||||
<p>New feature in testing: <a href="./pis.html">PIS Code lookup</a></p>
|
<p>New feature: <a href="./pis.html">Find PIS by Headcode</a></p>
|
||||||
|
<p>Coming Soon: Staff Depature Boards & Live Train Data</p>
|
||||||
<p>Customise your quick links on the <a href="./settings.html">Settings</a> page.</p>
|
<p>Customise your quick links on the <a href="./settings.html">Settings</a> page.</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* eslint-disable no-unused-vars */
|
/* eslint-disable no-unused-vars */
|
||||||
/* All Page Init */
|
/* All Page Init */
|
||||||
const version = '2023.6.4'
|
const version = '2023.6.5'
|
||||||
|
|
||||||
/* Feature Detectors */
|
/* Feature Detectors */
|
||||||
|
|
||||||
|
2
sw.js
2
sw.js
@ -1,6 +1,6 @@
|
|||||||
/* Service Worker */
|
/* Service Worker */
|
||||||
|
|
||||||
const swVersion = '2023.6.4-1'
|
const swVersion = '2023.6.5-1'
|
||||||
const cacheName = `owlboard-${swVersion}`
|
const cacheName = `owlboard-${swVersion}`
|
||||||
const cacheIDs = [cacheName]
|
const cacheIDs = [cacheName]
|
||||||
let staticCache = [
|
let staticCache = [
|
||||||
|
Reference in New Issue
Block a user