Add maxlength to chatline (Fix #156)

This commit is contained in:
calzoneman 2013-05-28 17:10:35 -04:00
parent a3331ff758
commit 8592c17bec
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
</div> </div>
<div id="messagebuffer"> <div id="messagebuffer">
</div> </div>
<input type="text" id="chatline" class="span5"> <input type="text" id="chatline" maxlength="240" class="span5">
</div> </div>
<div class="span7" id="videodiv"> <div class="span7" id="videodiv">
<p id="currenttitle">Currently Playing: </p> <p id="currenttitle">Currently Playing: </p>