just badonk is shorter
Ted Unangst tedu@tedunangst.com
Fri, 07 Feb 2020 12:01:30 -0500
3 files changed,
4 insertions(+),
4 deletions(-)
M
docs/changelog.txt
→
docs/changelog.txt
@@ -4,7 +4,7 @@ === next
--- Add Reactions. -+++ Rename reactions to badonkadonks. ++++ Rename react to badonk + Quick fix to hide all images.
M
docs/honk.1
→
docs/honk.1
@@ -126,7 +126,7 @@ Sometimes a thread goes on entirely too long.
Untag will hide further replies to the selected post, but without muting the entire thread. Replies higher in the tree are still received. -.It Ic badonkadonk +.It Ic badonk Please no. .It Ic edit Change it up.
M
views/honk.html
→
views/honk.html
@@ -122,9 +122,9 @@ <button onclick="return flogit(this, 'untag', '{{ .Honk.XID }}');">untag me</button>
{{ end }} <button><a href="/edit?xid={{ .Honk.XID }}">edit</a></button> {{ if .Honk.IsReacted }} -<button disabled>badonkadonked</button> +<button disabled>badonked</button> {{ else }} -<button onclick="return flogit(this, 'react', '{{ .Honk.XID }}');">badonkadonk</button> +<button onclick="return flogit(this, 'react', '{{ .Honk.XID }}');">badonk</button> {{ end }} </div> </details>