mirror of https://github.com/nealey/microchat.git
Stop autocompleting the chat input
This commit is contained in:
parent
0fdc23f923
commit
34d40eaf58
|
@ -11,7 +11,7 @@
|
|||
<form>
|
||||
<input name="forum" value="" type="hidden">
|
||||
<input name="who" placeholder="name">
|
||||
<input name="text" placeholder="Message here...">
|
||||
<input name="text" autocomplete="off" placeholder="Message here...">
|
||||
<input type="submit" value="send">
|
||||
</form>
|
||||
<div id="chattoast"></div>
|
||||
|
|
Loading…
Reference in New Issue