Wrap chat input in fake form to appease chrome's heuristics (#807)
This commit is contained in:
parent
248c200a74
commit
4598a6a58c
|
@ -45,6 +45,7 @@ html(lang="en")
|
||||||
span#modflair.label.label-default.pull-right.pointer Name Color
|
span#modflair.label.label-default.pull-right.pointer Name Color
|
||||||
#userlist
|
#userlist
|
||||||
#messagebuffer.linewrap
|
#messagebuffer.linewrap
|
||||||
|
form(action="javascript:void(0)")
|
||||||
input#chatline.form-control(type="text", maxlength="320", style="display: none")
|
input#chatline.form-control(type="text", maxlength="320", style="display: none")
|
||||||
#guestlogin.input-group
|
#guestlogin.input-group
|
||||||
span.input-group-addon Guest login
|
span.input-group-addon Guest login
|
||||||
|
|
Loading…
Reference in a new issue