mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-13 19:22:05 +00:00
Wrap chat input in fake form to appease chrome's heuristics (#807)
This commit is contained in:
parent
248c200a74
commit
4598a6a58c
1 changed files with 5 additions and 4 deletions
|
|
@ -45,6 +45,7 @@ html(lang="en")
|
|||
span#modflair.label.label-default.pull-right.pointer Name Color
|
||||
#userlist
|
||||
#messagebuffer.linewrap
|
||||
form(action="javascript:void(0)")
|
||||
input#chatline.form-control(type="text", maxlength="320", style="display: none")
|
||||
#guestlogin.input-group
|
||||
span.input-group-addon Guest login
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue