diff --git a/js/pis.js b/js/pis.js index aab2701..b694346 100644 --- a/js/pis.js +++ b/js/pis.js @@ -58,7 +58,7 @@ async function displayNoData() { } async function displayUnauthorised() { - const msg = '
Unauthorised - please ensure you are logged into the rail staff version
' + const msg = 'Unauthorised - please ensure you are logged into the rail staff version
' document.getElementById('result-box').insertAdjacentHTML('beforeend', msg) } diff --git a/pis.html b/pis.html index 3fe7cba..678ac8a 100644 --- a/pis.html +++ b/pis.html @@ -44,7 +44,7 @@Enter a services start and end station CRS codes to see code options and stopping patterns.
-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
Duplicate stopping patterns have been removed.
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
Duplicate stopping patterns have been removed.
You need to be logged into a free rail staff version account for this feature.