summaryrefslogtreecommitdiff
path: root/static/js/src/palette-manual.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2012-07-22 00:06:11 -0400
committerJules Laplace <jules@okfoc.us>2012-07-22 00:06:11 -0400
commita4302dc3c23bda7265c477d8f1c5185be4eadf22 (patch)
tree131d53a9ca1617040f9ff681e19f06d74f7cb0ed /static/js/src/palette-manual.js
parent498f0d4da8190f9bee81f5fb40ba9657fb4d8a6c (diff)
text enabled by default is bad
Diffstat (limited to 'static/js/src/palette-manual.js')
-rw-r--r--static/js/src/palette-manual.js6
1 files changed, 3 insertions, 3 deletions
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 ); });
});