summaryrefslogtreecommitdiff
path: root/src/templates/pad.html
diff options
context:
space:
mode:
authorjohnyma22 <john@mclear.co.uk>2012-10-30 17:22:08 +0000
committerjohnyma22 <john@mclear.co.uk>2012-10-30 17:22:08 +0000
commit14ef06c699dd2e0ffe53244c3eb4f5a3acfb4947 (patch)
treea03b0cfab868417ce003f2bf2491288073e12845 /src/templates/pad.html
parent90751ff2e51e42374f71fea63c2504d34b53d6f8 (diff)
parent0702f4e58c3b606e079649c472e52d062c202f5b (diff)
downloadetherpad-lite-14ef06c699dd2e0ffe53244c3eb4f5a3acfb4947.zip
Merge branch 'develop' of github.com:Pita/etherpad-lite into feature/frontend-tests
Diffstat (limited to 'src/templates/pad.html')
-rw-r--r--src/templates/pad.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html
index ac920dc2..d65e41e8 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -334,7 +334,7 @@
<div id="chattext" class="authorColors"></div>
<div id="chatinputbox">
<form>
- <input id="chatinput" type="text" maxlength="140">
+ <input id="chatinput" type="text" maxlength="999">
</form>
</div>
</div>