Page 1 of 1

Javascript error in serendipity_functions.inc.php (0.60-pl3)

Posted: Mon Jul 12, 2004 10:57 pm
by klch
On this line:

... if (this.serendipity_remember.checked) rememberMe(this, ...

The checkbox is actually named "serendipity[remember]" and so it complains about it when I click [send] or [preview].

Here's how I fixed it:

... if (this['serendipity[remember]'].checked) rememberMe(this, ...

Sorry if this has been reported before as I could not find it anywhere.

-Kenneth

Re: Javascript error in serendipity_functions.inc.php (0.60-

Posted: Mon Jul 12, 2004 11:23 pm
by garvinhicking
Hi!

Thanks for reporting this, we have it fixed in our current snapshot/CVS release, and it will be part of our upcoming 0.7 release!

Regards,
Garvin