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