adding swap button

This commit is contained in:
2018-01-23 17:54:30 -06:00
parent 7951bd0477
commit fa0f848c35
2 changed files with 9 additions and 0 deletions

View File

@ -70,6 +70,7 @@
<select id="pointb" name="Point_B">
<!-- Options will generated in code -->
</select>
<button id="swapab" class="btn">Swap</button>
<br /> <br />
<label for="speed">Travel Speed</label> <br />
<input type="text" id="speed" value="14"> <br />