Browse Source

do we realy need to show coordinates ?

Jocelyn Delande 10 years ago
parent
commit
141e161a29
1 changed files with 2 additions and 5 deletions
  1. 2 5
      index.html

+ 2 - 5
index.html

@@ -119,11 +119,8 @@ Un moyen de contact au moins est nécessaire
           <div id="search-results" class=""></div>
           <p class="help-block">Déplacer le marqueur pour pointer précisément le bâtiment au besoin</p>
         </div>
-        <div class="form-group form-group-sm">
-        <label for="latitude">Latitude</label>
-        <input type="text" name="latitude" id="latitude" value="" class="form-control" />
-        <label for="longitude">Longitude</label>
-        <input type="text" name="longitude" id="longitude" value="" class="form-control" />
+        <input type="hidden" name="latitude" id="latitude" value="" />
+        <input type="hidden" name="longitude" id="longitude" value=""  />
         </div>
       </div>
     </div>