Fossil SCM
Turn off autocomplete on the chat entry form.
Commit
5715978d9f2a5c3d31626ec9a38d0202a8c30a9d02d1fb200af3354128e974f0
Parent
e8ba89b1682671c…
1 file changed
+1
-1
+1
-1
| --- src/chat.c | ||
| +++ src/chat.c | ||
| @@ -116,11 +116,11 @@ | ||
| 116 | 116 | @ white-space: pre; |
| 117 | 117 | @ font-family: monospace; |
| 118 | 118 | @ max-width: 50%%; |
| 119 | 119 | @ } |
| 120 | 120 | @ </style> |
| 121 | - @ <form accept-encoding="utf-8" id="chat-form"> | |
| 121 | + @ <form accept-encoding="utf-8" id="chat-form" autocomplete="off"> | |
| 122 | 122 | @ <div id='chat-input-area'> |
| 123 | 123 | @ <div id='chat-input-line'> |
| 124 | 124 | @ <input type="text" name="msg" id="sbox" \ |
| 125 | 125 | @ placeholder="Type message here."> |
| 126 | 126 | @ <input type="submit" value="Send"> |
| 127 | 127 |
| --- src/chat.c | |
| +++ src/chat.c | |
| @@ -116,11 +116,11 @@ | |
| 116 | @ white-space: pre; |
| 117 | @ font-family: monospace; |
| 118 | @ max-width: 50%%; |
| 119 | @ } |
| 120 | @ </style> |
| 121 | @ <form accept-encoding="utf-8" id="chat-form"> |
| 122 | @ <div id='chat-input-area'> |
| 123 | @ <div id='chat-input-line'> |
| 124 | @ <input type="text" name="msg" id="sbox" \ |
| 125 | @ placeholder="Type message here."> |
| 126 | @ <input type="submit" value="Send"> |
| 127 |
| --- src/chat.c | |
| +++ src/chat.c | |
| @@ -116,11 +116,11 @@ | |
| 116 | @ white-space: pre; |
| 117 | @ font-family: monospace; |
| 118 | @ max-width: 50%%; |
| 119 | @ } |
| 120 | @ </style> |
| 121 | @ <form accept-encoding="utf-8" id="chat-form" autocomplete="off"> |
| 122 | @ <div id='chat-input-area'> |
| 123 | @ <div id='chat-input-line'> |
| 124 | @ <input type="text" name="msg" id="sbox" \ |
| 125 | @ placeholder="Type message here."> |
| 126 | @ <input type="submit" value="Send"> |
| 127 |