Clarify - NO SENSITIVE DATA on issue
This commit is contained in:
parent
2433671d85
commit
4877baae67
@ -40,8 +40,8 @@
|
|||||||
<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/owlboard/backend/issues">
|
<p>OwlBoard reported issues are visible to the public on 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>. Do not include sensitive information, 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>
|
||||||
<label for="content">Message:</label><br>
|
<label for="content">Message:</label><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.7'
|
const version = '2023.5.8'
|
||||||
|
|
||||||
/* Feature Detectors */
|
/* Feature Detectors */
|
||||||
|
|
||||||
|
2
sw.js
2
sw.js
@ -1,6 +1,6 @@
|
|||||||
/* Service Worker */
|
/* Service Worker */
|
||||||
|
|
||||||
const swVersion = '2023.5.7-1'
|
const swVersion = '2023.5.8-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