summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorKyle Mahan <kyle.mahan@gmail.com>2015-04-04 19:45:21 -0700
committerKyle Mahan <kyle.mahan@gmail.com>2015-04-04 19:45:21 -0700
commitf0d8b180519bce1f0e8498a98f6970723ca88231 (patch)
treea2d5f4af12ae98999451881e0cc97dcd3dee0bea /views
parent1c4bf54da4ca2419598a8cb541b3cb3737452aab (diff)
add reply={url} query param for posting a note
Support reply bookmarklets, and hopefully the Firefox Social API "Share" provider too.
Diffstat (limited to 'views')
-rw-r--r--views/new-post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/new-post.php b/views/new-post.php
index a03259c..86d15c9 100644
--- a/views/new-post.php
+++ b/views/new-post.php
@@ -10,7 +10,7 @@
<div class="form-group">
<label for="note_in_reply_to"><code>in-reply-to</code> (optional, a URL you are replying to)</label>
- <input type="text" id="note_in_reply_to" value="" class="form-control">
+ <input type="text" id="note_in_reply_to" value="<?= $this->in_reply_to ?>" class="form-control">
</div>
<div class="form-group">