From 85def20064bbba680781be97765debdd698ee3ec Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Tue, 28 Sep 2010 12:00:09 -0400 Subject: timb: fix z-index issue --- static/js/pichat.js | 10 ++++++++++ template/rooms/VIP.st | 15 +++++++++++++++ template/rooms/chat.st | 14 ++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/static/js/pichat.js b/static/js/pichat.js index 5163a2d..8d69e62 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -605,6 +605,16 @@ function paletteClicked(){ function initChat() { Search.initInpage() + + $('#textbutton input').attr('checked', TextEnabled).change(setTextEnable); + $('#imgbutton input').attr('checked', ImgsEnabled).change(setImgsEnable); +/* $('#clearbutton input').click(function() { + track('UI', 'ClearScreen'); + $('.dump').remove(); + $(this).removeAttr('checked'); + return false; + }); +*/ $('.oldmsg').each(function() { var dump = $(this); diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st index 9281203..f078d0d 100644 --- a/template/rooms/VIP.st +++ b/template/rooms/VIP.st @@ -115,6 +115,21 @@
+
+
+ show text? + +
+
+ show imgs? + +
+
+ clear screen + +
+
+
$footer()$
diff --git a/template/rooms/chat.st b/template/rooms/chat.st index cf2d64a..7a8df88 100644 --- a/template/rooms/chat.st +++ b/template/rooms/chat.st @@ -115,6 +115,20 @@
+
+
+ show text? + +
+
+ show imgs? + +
+
+ clear screen + +
+
$footer()$
-- cgit v1.2.3-70-g09d2