summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-01-20 02:05:10 -0500
committerScott Ostler <sostler@deathmachine.local>2010-01-20 02:05:10 -0500
commitdf0c005230673b8b0ff12efb02a0da619d0a56e2 (patch)
tree7a0cfd235253b6e3d3b3550183873d8e3d88a294 /template
parentfaab952a795a1eee1ed6eaca476d56fcb77998aa (diff)
Removed spinner, added duplicate msg scheme
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/chat.st1
1 files changed, 0 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st
index 7c723d7..7fbc29e 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -8,7 +8,6 @@
var Nick = $json_user_nick$;
var Room = $json_room_key$;
var Timestamp = $timestamp$;
- var PostedMessages = [];
$if(isadmin)$
var IsAdmin = true;
$else$