1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-23 02:10:41 +00:00

17 lines
313 B
Smarty
Raw Normal View History

2013-01-09 19:59:32 +01:00
<div id="timsChatLog">
<div class="timsChatMessageContainer">
<ul>
</ul>
2012-11-23 20:42:05 +01:00
</div>
</div>
<script type="text/javascript">
//<![CDATA[
var log = new be.bastelstu.Chat.Log(chat);
2013-01-09 19:59:32 +01:00
log.handleMessages([
{implode from=$messages item='message'}
{@$message->jsonify()}
{/implode}
]);
2012-11-23 20:42:05 +01:00
//]]>
</script>