pis #2

Merged
fred.boniface merged 76 commits from pis into main 2023-05-06 21:53:45 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 4ee0fea66f - Show all commits

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>