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

Found a bug? Tell us!!
Post Reply
klch
Posts: 1
Joined: Mon Jul 12, 2004 10:43 pm

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

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply