comments panel off by default

This commit is contained in:
spez
2009-05-30 10:03:35 -07:00
parent 08aa5309fd
commit e7eb9e63d7

View File

@@ -39,7 +39,7 @@ class Account(Thing):
_int_prop_suffix = '_karma'
_defaults = dict(pref_numsites = 25,
pref_frame = False,
pref_frame_commentspanel = True,
pref_frame_commentspanel = False,
pref_newwindow = False,
pref_public_votes = False,
pref_hide_ups = False,