rid input should not autocomplete
Ted Unangst tedu@tedunangst.com
Thu, 18 Apr 2019 19:28:19 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
views/honkform.html
→
views/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>