diff options
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index 5ceb79503..586274c35 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -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> |