From 1d8b96aefc0647b5a3fb8a2d05f03101d3899240 Mon Sep 17 00:00:00 2001 From: max-m Date: Mon, 12 Dec 2011 15:52:36 +0100 Subject: [PATCH] Fixed typo --- file/js/TimWolla.WCF.Chat.js | 4 ++-- template/chat.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/file/js/TimWolla.WCF.Chat.js b/file/js/TimWolla.WCF.Chat.js index d3516a2..50e9dab 100644 --- a/file/js/TimWolla.WCF.Chat.js +++ b/file/js/TimWolla.WCF.Chat.js @@ -110,9 +110,9 @@ if (typeof TimWolla.WCF == 'undefined') TimWolla.WCF = {}; if (message.sender == WCF.User.userID) li.addClass('ownMessage'); li.append(output); - $('.chatMessageConainer ul').append(li); + $('.chatMessageContainer ul').append(li); } - $('.chatMessageConainer').animate({scrollTop: $('.chatMessageConainer ul').height()}, 10000); + $('.chatMessageContainer').animate({scrollTop: $('.chatMessageContainer ul').height()}, 10000); }, insertText: function (text) { // TODO: Add options here diff --git a/template/chat.tpl b/template/chat.tpl index 90c7ff0..f0ae281 100644 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -87,7 +87,7 @@ padding: 5px; } - .chatMessageConainer { + .chatMessageContainer { min-height: 200px; overflow-y: scroll; } @@ -217,7 +217,7 @@
Dieser Raum ist zum Testen da.
-
+