Chat angepasst, Timestamp-Fix, Jeder hated, Input-Limit auf 35ch gesetzt
This commit is contained in:
@@ -21,10 +21,9 @@ function enableChatInput(enable) {
|
||||
mp.invoke("focus", enable);
|
||||
|
||||
if (enable) {
|
||||
chat.input = $("#chat").append('<div><input id="chat_msg" type="text" /></div>').children(":last");
|
||||
chat.input = $("#chat").append('<div><input id="chat_msg" type="text" maxlength="375" /></div>').children(":last");
|
||||
chat.input.children("input").focus();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
chat.input.fadeOut('fast', function () {
|
||||
chat.input.remove();
|
||||
chat.input = null;
|
||||
|
||||
Reference in New Issue
Block a user