Compare commits

..

No commits in common. "344c321e9da7a53b0ef3ced6fd1396a332d4f718" and "43feea08de35696494a191888e562175119f963c" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
<form action="board.html"> <form action="board.html">
<input class="lookup-box" type="text" id="crs-lookup" name="stn" placeholder="Enter CRS/TIPLOC" autocomplete="off"/> <input class="lookup-box" type="text" id="crs-lookup" name="stn" placeholder="Enter CRS/TIPLOC" autocomplete="off"/>
<br> <br>
<input type="submit" value="Lookup Board" class="lookup-button" onclick="vibe('ok')"> <input type="submit" value="Lookup Board" class="lookup-button" onclick="vibe()">
</form> </form>
<h2>Quick Links</h2> <h2>Quick Links</h2>
@ -62,7 +62,7 @@
<!-- Footer --> <!-- Footer -->
<footer> <footer>
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - 0.0.1-dev-2023020202</p> <p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - 0.0.1-dev-2023020201</p>
</footer> </footer>
</body> </body>

View File

@ -1,6 +1,6 @@
/* Service Worker */ /* Service Worker */
const appVersion = "0.0.1-dev-2023020202" const appVersion = "0.0.1-dev-2023020201"
const cacheName = `owlboard-${appVersion}` const cacheName = `owlboard-${appVersion}`
const cacheIDs = [cacheName] const cacheIDs = [cacheName]
const cacheFiles = [ const cacheFiles = [