Subj : user_extdesc
To : esc
From : Nightfox
Date : Sat Sep 12 2009 07:38 pm
Re: user_extdesc
By: esc to All on Sat Sep 12 2009 20:05:01
> > How can I make a js script toggle user.settings.USER_EXTDESC so that my f
> > lists default to displaying all the diz's? :)
This is the code I use to toggle that:
if (user.settings & USER_EXTDESC)
user.settings = (user.settings & ~USER_EXTDESC);
else
user.settings = (user.settings | USER_EXTDESC);
Nightfox
---
� Synchronet � Digital Distortion BBS: digdist.bbsindex.com