1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-18 17:14:04 +01:00

Revert "Disable autocomplete": this breaks access to post text after an error, at least in Firefox

This reverts commit 90b82b1a0635d78d536bc92decbdc273d8f7e323.
This commit is contained in:
czaks 2013-08-01 23:31:35 -04:00 committed by Michael Foster
parent f06978659b
commit 5710575d1d

View File

@ -1,4 +1,4 @@
<form name="post" onsubmit="return dopost(this);" enctype="multipart/form-data" action="{{ config.post_url }}" method="post" autocomplete="off">
<form name="post" onsubmit="return dopost(this);" enctype="multipart/form-data" action="{{ config.post_url }}" method="post">
{{ antibot.html() }}
{% if id %}<input type="hidden" name="thread" value="{{ id }}">{% endif %}
{{ antibot.html() }}