diff options
| -rw-r--r-- | static/js/pichat2.js | 6 | ||||
| -rw-r--r-- | static/js/src/palette-manual.js | 6 |
2 files changed, 6 insertions, 6 deletions
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]); $('<div style="float:right; height:20px; margin-left:10px;"><label for="showulist"><span>show userlist?</span></label><input type="checkbox" id="showulist" checked></div>').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]); $('<div style="float:right; height:20px; margin-left:10px;"><label for="showulist"><span>show userlist?</span></label><input type="checkbox" id="showulist" checked></div>').prependTo('#chatbuttons'); $('#showulist').change(function(){ $('#userList').toggle( this.checked ); }); }); |
