pis #2
@ -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'
|
||||||
}
|
}
|
2
pis.html
2
pis.html
@ -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>
|
||||||
|
Reference in New Issue
Block a user