use browser geolocation when desired

This commit is contained in:
Mike Macgirvin 2010-10-19 20:52:05 -07:00
parent 81835acc36
commit a8e4ec7801
14 changed files with 89 additions and 21 deletions

View file

@ -11,6 +11,7 @@
<input type="hidden" name="profile_uid" value="$profile_uid" />
<input type="hidden" name="return" value="$return_path" />
<input type="hidden" name="location" id="jot-location" value="$defloc" />
<input type="hidden" name="coord" id="jot-coord" value="" />
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea>