mirror of https://github.com/calzoneman/sync.git
Wrap chat input in fake form to appease chrome's heuristics (#807)
This commit is contained in:
parent
248c200a74
commit
4598a6a58c
|
@ -45,10 +45,11 @@ 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
|
||||||
input#chatline.form-control(type="text", maxlength="320", style="display: none")
|
form(action="javascript:void(0)")
|
||||||
#guestlogin.input-group
|
input#chatline.form-control(type="text", maxlength="320", style="display: none")
|
||||||
span.input-group-addon Guest login
|
#guestlogin.input-group
|
||||||
input#guestname.form-control(type="text", placeholder="Name")
|
span.input-group-addon Guest login
|
||||||
|
input#guestname.form-control(type="text", placeholder="Name")
|
||||||
#videowrap.col-lg-7.col-md-7
|
#videowrap.col-lg-7.col-md-7
|
||||||
p#videowrap-header
|
p#videowrap-header
|
||||||
span#resize-video-smaller.glyphicon.glyphicon-minus.pointer(title="Make the video smaller")
|
span#resize-video-smaller.glyphicon.glyphicon-minus.pointer(title="Make the video smaller")
|
||||||
|
|
Loading…
Reference in New Issue