1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Delete obsolete file

This commit is contained in:
Maximilian Mader 2013-09-08 22:18:16 +02:00
parent b6b3458718
commit 1979a901a2

View File

@ -1,16 +0,0 @@
<div id="timsChatLog">
<div class="timsChatMessageContainer">
<ul>
</ul>
</div>
</div>
<script>
//<![CDATA[
var log = new be.bastelstu.Chat.Log(chat);
log.handleMessages([
{implode from=$messages item='message'}
{@$message->jsonify()}
{/implode}
]);
//]]>
</script>