Geneva, CHE as default value for the location (not only placeholder)
This commit is contained in:
parent
a0f642e46c
commit
4420e8a3df
1 changed files with 3 additions and 3 deletions
|
|
@ -130,9 +130,9 @@
|
|||
This block allows us to have hidden input values which are retained during forward/back navigation, as per
|
||||
https://stackoverflow.com/a/6384276/741316
|
||||
-->
|
||||
<input type="text" name="location_name">
|
||||
<input type="text" name="location_latitude">
|
||||
<input type="text" name="location_longitude">
|
||||
<input type="text" name="location_name" value="Geneva, CHE">
|
||||
<input type="text" name="location_latitude" value="46.20833">
|
||||
<input type="text" name="location_longitude" value="6.14275">
|
||||
</div>
|
||||
|
||||
<hr width="80%">
|
||||
|
|
|
|||
Loading…
Reference in a new issue