diff options
| author | sostler <sbostler@gmail.com> | 2010-01-07 23:54:07 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-07 23:54:07 -0500 |
| commit | 4e837788114e07330be2dfb869efd70e525b2bc4 (patch) | |
| tree | c4a644a6e0981c302d3f997d61bf5619eedf728c /template | |
| parent | ca746303a8fc20f304bb3ccbeb74f8ae4631a37e (diff) | |
| parent | cce37b4db8a981ef00db0ebb75f7c98f1c336543 (diff) | |
Added multiple-window posting, removed posting delay
Diffstat (limited to 'template')
| -rwxr-xr-x | template/chat.st | 7 | ||||
| -rwxr-xr-x | template/footer.st | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st index c5f176e..1bbdaf4 100755 --- a/template/chat.st +++ b/template/chat.st @@ -7,9 +7,14 @@ jQuery(document).ready(initChat); var Nick = $json_user_nick$; var Room = $json_room_key$; + var Timestamp = $timestamp$; + var PostedMessages = []; </script> </head> - <body> + <body> + $if(isadmin)$ + <h1>FUCK WE AN ADMIN</h1> + $endif$ $banner()$ <div id="chatrap"><div id="logc"> <div id="content"> diff --git a/template/footer.st b/template/footer.st index 82569f2..9fb6471 100755 --- a/template/footer.st +++ b/template/footer.st @@ -4,6 +4,7 @@ <a title="Web Analytics" href="http://getclicky.com/170656"><img alt="Web Analytics" src="http://static.getclicky.com/media/links/badge.gif" border="0" /></a> <script src="http://static.getclicky.com/js" type="text/javascript"></script> <script type="text/javascript">clicky.init(170656);</script> + <noscript><p><img alt="Clicky" width="1" height="1" src="http://static.getclicky.com/170656ns.gif" /></p></noscript> <script type="text/javascript"> |
