parent
972d56060b
commit
1b42088b30
@ -27,7 +27,7 @@
|
|||||||
<a href="/">
|
<a href="/">
|
||||||
<picture class="sidebar_control">
|
<picture class="sidebar_control">
|
||||||
<source srcset="/images/nav/back.svg" type="image/svg+xml">
|
<source srcset="/images/nav/back.svg" type="image/svg+xml">
|
||||||
<img aria-label="Home" src="back-40.png" alt="Home">
|
<img aria-label="Home" src="./images/nav/back-40.png" alt="Home">
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -40,7 +40,7 @@
|
|||||||
<h2>Report an Issue</h2>
|
<h2>Report an Issue</h2>
|
||||||
<p>To help diagnosing an issue, data about your browser and device will be
|
<p>To help diagnosing an issue, data about your browser and device will be
|
||||||
collected alongside the data that you enter below.</p>
|
collected alongside the data that you enter below.</p>
|
||||||
<p>The data will be available publically in the <a href="https://git.fjla.uk/fred.boniface/owlboard/issues">
|
<p>The data will be available publically in the <a href="https://git.fjla.uk/owlboard/backend/issues">
|
||||||
OwlBoard Issue Tracker</a>. A preview will be shown before the data is sent.</p>
|
OwlBoard Issue Tracker</a>. A preview will be shown before the data is sent.</p>
|
||||||
<label for="subject">Subject:</label><br>
|
<label for="subject">Subject:</label><br>
|
||||||
<input type="text" name="subject" id="subject" class="text-entry"><br>
|
<input type="text" name="subject" id="subject" class="text-entry"><br>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* eslint-disable no-unused-vars */
|
/* eslint-disable no-unused-vars */
|
||||||
/* All Page Init */
|
/* All Page Init */
|
||||||
const version = '2023.5.1'
|
const version = '2023.5.2'
|
||||||
|
|
||||||
/* Feature Detectors */
|
/* Feature Detectors */
|
||||||
|
|
||||||
|
2
sw.js
2
sw.js
@ -1,6 +1,6 @@
|
|||||||
/* Service Worker */
|
/* Service Worker */
|
||||||
|
|
||||||
const swVersion = '2023.5.1-001'
|
const swVersion = '2023.5.2-001'
|
||||||
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