diff --git a/lang/en_utf8/chat.php b/lang/en_utf8/chat.php index 34e59df5c87..cb1ac679d16 100644 --- a/lang/en_utf8/chat.php +++ b/lang/en_utf8/chat.php @@ -1,7 +1,8 @@ - diff --git a/mod/chat/gui_header_js/chatinput.php b/mod/chat/gui_header_js/chatinput.php index d859c5dbccc..18b35fcecc9 100644 --- a/mod/chat/gui_header_js/chatinput.php +++ b/mod/chat/gui_header_js/chatinput.php @@ -50,9 +50,10 @@ ?>
- >> - + onsubmit="return empty_field_and_submit()" style="margin:0"> + +
+
diff --git a/mod/chat/gui_header_js/jsupdate.php b/mod/chat/gui_header_js/jsupdate.php index 5d7ac74e85c..cd3cc71a53e 100644 --- a/mod/chat/gui_header_js/jsupdate.php +++ b/mod/chat/gui_header_js/jsupdate.php @@ -143,8 +143,9 @@ } } ?> - if(parent.msg) + if(parent.msg && parent.input.document.getElementById('auto').checked){ parent.msg.scroll(1,5000000); + } //]]>