mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Chaining…
This commit is contained in:
parent
52a9e272ef
commit
deeb720038
@ -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}' });
|
||||
|
Loading…
Reference in New Issue
Block a user