Update PIS List, bump version
This commit is contained in:
parent
4c95cd809f
commit
972d56060b
@ -58,7 +58,7 @@ async function displayNoData() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function displayUnauthorised() {
|
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)
|
document.getElementById('result-box').insertAdjacentHTML('beforeend', msg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
pis.html
2
pis.html
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<div id="crs-box">
|
<div id="crs-box">
|
||||||
<p>Enter a services start and end station CRS codes to see code options and stopping patterns.</p>
|
<p>Enter a services start and end station CRS codes to see code options and stopping patterns.</p>
|
||||||
<p>Currently supported (Beta): GWR: Up/Dn SVB-EXD, Dn CDF-PNZ, Up/Dn GMV/CDF-PMH, Up/Dn GMV-CDF/SOU via Kemble, Dn GMV-WEY, HEx<br>Duplicate stopping patterns have been removed.</p>
|
<p>Currently supported (Beta): GWR: Up/Dn SVB-EXD, Dn CDF-PNZ, Up/Dn GMV/CDF-PMH, Up/Dn GMV-CDF/SOU via Kemble, Up/Dn GMV-WEY, HEx<br>Duplicate stopping patterns have been removed.</p>
|
||||||
<p id="auth-required">You need to be logged into a free <a href="./settings.html#railstaff">rail staff version</a> account for this feature.</p>
|
<p id="auth-required">You need to be logged into a free <a href="./settings.html#railstaff">rail staff version</a> account for this feature.</p>
|
||||||
<form action="javascript:findByOrigDest();">
|
<form action="javascript:findByOrigDest();">
|
||||||
<div id="crs-inputs">
|
<div id="crs-inputs">
|
||||||
|
Reference in New Issue
Block a user