Skip to content

Commit

Permalink
* Fix input type for maiden head grid-square.
Browse files Browse the repository at this point in the history
  • Loading branch information
treveradams committed Mar 15, 2014
1 parent 05fda7b commit e03eee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -31,7 +31,7 @@
<form>
Latitude: <input type="number" id="i_lat" size="10">&nbsp;&nbsp;&nbsp;&nbsp;
Longitude: <input type="number" id="i_lon" size="10">&nbsp;&nbsp;&nbsp;&nbsp;
Grid-Square: <input type="number" id="i_grid" size="4">&nbsp;&nbsp;&nbsp;&nbsp;
Grid-Square: <input type="text" id="i_grid" size="4">&nbsp;&nbsp;&nbsp;&nbsp;
<button onclick="forcePosition(); return false;">Move Map</button>
</form>
<script type="text/javascript">
Expand Down

0 comments on commit e03eee2

Please sign in to comment.