diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-28 12:00:09 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-28 12:00:09 -0400 |
| commit | 85def20064bbba680781be97765debdd698ee3ec (patch) | |
| tree | ee7f7ac2e84239dbf1e255ebd1cbe05832b67077 /static/js | |
| parent | 0b4888b99afd0f607ccf253b05ff520746c9db2c (diff) | |
timb: fix z-index issue
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/pichat.js | 10 |
1 files changed, 10 insertions, 0 deletions
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); |
