Re: Toggle not working
Toggle for planets not working.
IE, FF, Chrome tested
The place that causes this bug: javascript:selectAll(document.forms[0])
somehow document.forms seems to hold 2 forms:
form/MyFamily.php
form construct.php (Mind the space instead of a slash!)
this might be one solution, but the space needs to be fixed 2:
javascript:selectAll(document.forms[0])
change with
javascript:selectAll(document.forms[1])
Second form is the construct form.