Change page wording

This commit is contained in:
Fred Boniface 2023-04-22 21:52:42 +01:00
parent f4d0087040
commit 4ee0fea66f
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,8 @@ async function noData() {
} }
async function reset() { async function reset() {
document.getElementById('origin').value = ""
document.getElementById('destination').value = ""
document.getElementById('result-box').style = 'display:none' document.getElementById('result-box').style = 'display:none'
document.getElementById('crs-box').style = 'display:block' document.getElementById('crs-box').style = 'display:block'
} }

View File

@ -43,7 +43,7 @@
</div> </div>
<div id="crs-box"> <div id="crs-box">
<p>Enter a services start and end CRS stations to see code options and <p>Enter a services start and end station CRS codes to see code options and
stopping patterns.</p> stopping patterns.</p>
<p>Currently supported (Beta): GWR Bristol Metro region only.</p> <p>Currently supported (Beta): GWR Bristol Metro region only.</p>
<label for="origin">Origin:</label><br> <label for="origin">Origin:</label><br>