From a4302dc3c23bda7265c477d8f1c5185be4eadf22 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 22 Jul 2012 00:06:11 -0400 Subject: text enabled by default is bad --- static/js/pichat2.js | 6 +++--- static/js/src/palette-manual.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'static/js') diff --git a/static/js/pichat2.js b/static/js/pichat2.js index 53e7b13..8247492 100644 --- a/static/js/pichat2.js +++ b/static/js/pichat2.js @@ -1456,9 +1456,9 @@ if(!manPaletteOpen) { // ohgod - checkbox to hide the userlist $(function(){ - $('#textbutton input').attr('checked', true); - TextEnabled = true; - setTextEnable.apply($('#textbutton input')[0]); +// $('#textbutton input').attr('checked', true); +// TextEnabled = true; +// setTextEnable.apply($('#textbutton input')[0]); $('
').prependTo('#chatbuttons'); $('#showulist').change(function(){ $('#userList').toggle( this.checked ); }); }); diff --git a/static/js/src/palette-manual.js b/static/js/src/palette-manual.js index edf8f15..1d735e7 100644 --- a/static/js/src/palette-manual.js +++ b/static/js/src/palette-manual.js @@ -210,9 +210,9 @@ if(!manPaletteOpen) { // ohgod - checkbox to hide the userlist $(function(){ - $('#textbutton input').attr('checked', true); - TextEnabled = true; - setTextEnable.apply($('#textbutton input')[0]); +// $('#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