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
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
views/honk.html
→
views/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>