1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-27 17:00:52 +01:00

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

This reverts commit 90b82b1a06.
This commit is contained in:
czaks 2013-08-01 23:31:35 -04:00
parent 7dd57432a2
commit dc84ccc6a8

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() }}