Update PIS List, bump version

This commit is contained in:
Fred Boniface
2023-05-17 21:13:20 +01:00
parent 4c95cd809f
commit 972d56060b
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ async function displayNoData() {
}
async function displayUnauthorised() {
const msg = '<p id="result-table">Unauthorised - please ensure you are logged into the <a href="./settings.html">rail staff version</a></p>'
const msg = '<p id="result-table">Unauthorised - please ensure you are logged into the <a href="../settings.html#railstaff">rail staff version</a></p>'
document.getElementById('result-box').insertAdjacentHTML('beforeend', msg)
}