all repos — honk @ 98959630882b56706716c0c88cc6cb2ec2a09b16

my fork of honk

cut this back out, not sure we want to go down this road
Ted Unangst tedu@tedunangst.com
Sun, 13 Oct 2019 22:59:54 -0400
commit

98959630882b56706716c0c88cc6cb2ec2a09b16

parent

fa6162d4dbd9843a63755880b3f5f7b41cc83e7a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M views/honk.htmlviews/honk.html

@@ -94,7 +94,7 @@ {{ if .Honk.Public }}

{{ if .Honk.IsBonked }} <button onclick="return unbonk(this, '{{ .Honk.XID }}');">unbonk</button> {{ else }} -<button onclick="return bonk(this, '{{ .Honk.XID }}');"><a href="/bonk?xid={{ .Honk.XID }}&CSRF={{ $bonkcsrf }}">bonk</a></button> +<button onclick="return bonk(this, '{{ .Honk.XID }}');">bonk</button> {{ end }} {{ else }} <button disabled>nope</button>