Increase the size of the text entry buffer when sending instant messages
authorArt Cancro <ajc@citadel.org>
Mon, 22 Jan 2007 03:39:26 +0000 (03:39 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 22 Jan 2007 03:39:26 +0000 (03:39 +0000)
webcit/static/instant_messenger.html

index 1db2b4a2e3a8ddd8dc4f69cc3844e7a9868a9b7a..8b7277f942fe4ce61fceef76962a321ccf490e3b 100644 (file)
@@ -123,7 +123,7 @@ function ShowNewMsg(gexp_xmlresponse) {
                        + 'onSubmit=\"return SendSomething(\'' + which_div + '\', \'sendform_'
                        + which_div + '\', \'' + sender + '\');\">'
                        + '<img src=\"citadelchat_16x.gif\">&nbsp;'
-                       + '<input type=\"text\" size=\"72\" maxlength=\"72\" name=\"sendthis\">'
+                       + '<input type=\"text\" size=\"72\" maxlength=\"600\" name=\"sendthis\">'
                        + '</form>'
                        + '<br></div>'
                        + '</div>\n';