mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
17 lines
313 B
Smarty
17 lines
313 B
Smarty
<div id="timsChatLog">
|
|
<div class="timsChatMessageContainer">
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
var log = new be.bastelstu.Chat.Log(chat);
|
|
log.handleMessages([
|
|
{implode from=$messages item='message'}
|
|
{@$message->jsonify()}
|
|
{/implode}
|
|
]);
|
|
//]]>
|
|
</script>
|