store default location

This commit is contained in:
Mike Macgirvin 2010-08-21 16:31:46 -07:00
commit 024f2019e6
7 changed files with 27 additions and 6 deletions

View file

@ -9,7 +9,7 @@
<input type="hidden" name="type" value="wall" />
<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="" />
<input type="hidden" name="location" id="jot-location" value="$defloc" />
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea>