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 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static/js') 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); -- cgit v1.2.3-70-g09d2