Browse Source

Remove number input type from station input

master
Kenneth Bruen 2 years ago
parent
commit
dd666466ee
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 2
      station.html

2
station.html

@ -19,7 +19,7 @@
<h1>Station Information</h1>
<h4>Station Name</h4>
<input class="items" type="tel" name="stationName" id="stationName">
<input class="items" name="stationName" id="stationName">
<h4>Suggestions</h4>
<div class="content">

Loading…
Cancel
Save