From 972d56060b0e74844cb685c1d12ada96abbd31cd Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 17 May 2023 21:13:20 +0100 Subject: [PATCH] Update PIS List, bump version --- js/pis.js | 2 +- pis.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.