This works:
config.options.chkPortableCookies=true;
This does not:
with(config) {
with(options) {
...
chkPortableCookies=true;
}
...
}
This is how I keep all other config tweaks and it's always been fine,
but not for chkPortableCookies. How do you explain that?
--R.
On Mar 2, 12:57 am, Eric Shulman <[email protected]> wrote:
> On Mar 1, 11:16 pm, RA <[email protected]> wrote:
>
> > Installed CookieSaverPlugin. But to use it, I still need one option -
> > chkPortableCookies - to be set "the old way", as a regular cookie?
> > I tried to add config.options.chkPortableCookies=true; to my
> > ConfigTweaks, but it gets ignored for some reason, and unless there is
> > a cookie present the option is still false.
> > Am I missing something?
>
> hmmm... not sure why that isn't working... but try putting your
> settings in CookieSaverPluginConfig so they are guaranteed to be
> invoked *after* CookieSaverPlugin is loaded. Not sure if that will
> fix your problem, but it's worth a try...
>
> -e
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---