mirror of https://github.com/calzoneman/sync.git
Add maxlength to chatline (Fix #156)
This commit is contained in:
parent
a3331ff758
commit
8592c17bec
|
@ -62,7 +62,7 @@
|
|||
</div>
|
||||
<div id="messagebuffer">
|
||||
</div>
|
||||
<input type="text" id="chatline" class="span5">
|
||||
<input type="text" id="chatline" maxlength="240" class="span5">
|
||||
</div>
|
||||
<div class="span7" id="videodiv">
|
||||
<p id="currenttitle">Currently Playing: </p>
|
||||
|
|
Loading…
Reference in New Issue