1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Chaining…

This commit is contained in:
Tim Düsterhus 2012-01-14 16:59:34 +01:00
parent 52a9e272ef
commit deeb720038

View File

@ -199,8 +199,7 @@
{@$message->jsonify()}
{/implode}
]);
$('#chatInput').enable();
$('#chatInput').jCounter();
$('#chatInput').enable().jCounter();
$('#chatControls .copyright').click(function (event) {
event.preventDefault();
if ($.wcfIsset('chatCopyrightDialog')) return WCF.showDialog('chatCopyrightDialog', true, { title: 'Tims Chat{if CHAT_SHOW_VERSION} {$chatVersion}{/if}' });