diff options
author | r <r@freesoftwareextremist.com> | 2019-12-14 17:48:54 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2019-12-14 17:48:54 +0000 |
commit | 787a197ad8cbce572152ee41b2a411b8d145285a (patch) | |
tree | f7f1aa4352d2cd59596000da8827062948978aa4 | |
parent | b52ad149dd3456c1b0347ff61047091e37fa5cee (diff) | |
download | bloat-787a197ad8cbce572152ee41b2a411b8d145285a.tar.gz bloat-787a197ad8cbce572152ee41b2a411b8d145285a.zip |
Focus compose box on reply
-rw-r--r-- | templates/status.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/status.tmpl b/templates/status.tmpl index 10934b5..3953f23 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -1,4 +1,4 @@ -<div class="status-container-container"> +<div id="status-{{.ID}}" class="status-container-container"> {{if .Reblog}} <div class="retweet-info"> <img class="status-profile-img" src="{{.Account.AvatarStatic}}" alt="profile-avatar" /> @@ -41,7 +41,7 @@ {{end}} </div> <div class="status-action"> - <a class="status-you" href="/thread/{{.ID}}?reply=true" title="reply"> + <a class="status-you" href="/thread/{{.ID}}?reply=true#status-{{.ID}}" title="reply"> <span class="icon dripicons-reply"></span> <span> {{DisplayInteractionCount .RepliesCount}} </span> </a> |