all repos — honk @ 434f07afe46ccf141f52674b895f11036c2093a7

my fork of honk

rid input should not autocomplete
Ted Unangst tedu@tedunangst.com
Thu, 18 Apr 2019 19:28:19 -0400
commit

434f07afe46ccf141f52674b895f11036c2093a7

parent

04ab1a1bf7118df703bf8484dc04d06cdd631846

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

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

@@ -2,7 +2,7 @@ <p>

<button onclick="showhonkform(); return false"><a href="/newhonk">it's honking time</a></button> <form id="honkform" action="/honk" method="POST" enctype="multipart/form-data" style="display: none"> <p> -in reply to: <input type="text" name="rid" id="ridinput" value=""> +in reply to: <input type="text" name="rid" id="ridinput" value="" autocomplete=off> <input type="hidden" name="CSRF" value="{{ .HonkCSRF }}"> <p> <textarea name="noise" id="honknoise"></textarea>