From ac72ca8fef92e4ec28bc515bd19483ce4c4294e8 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Thu, 19 Jul 2012 11:45:30 -0400 Subject: show userlist checkbox --- static/js/src/palette-manual.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'static/js/src') diff --git a/static/js/src/palette-manual.js b/static/js/src/palette-manual.js index 95e1907..dbf0b89 100644 --- a/static/js/src/palette-manual.js +++ b/static/js/src/palette-manual.js @@ -199,4 +199,14 @@ function add_tags(e) { if(!manPaletteOpen) { manPaletteToggle(); } -*/ \ No newline at end of file +*/ + +// ohgod - checkbox to hide the userlist +$(function(){ + $('#textbutton input').attr('checked', true); + TextEnabled = true; + setTextEnable.apply($('#textbutton input')[0]); + $('
').prependTo('#chatbuttons'); + $('#showulist').change(function(){ $('#userList').toggle( this.checked ); }); +}); + -- cgit v1.2.3-70-g09d2