Index: trunk/admin/include/elements.php =================================================================== diff -u -N -r1510 -r1566 --- trunk/admin/include/elements.php (.../elements.php) (revision 1510) +++ trunk/admin/include/elements.php (.../elements.php) (revision 1566) @@ -269,7 +269,7 @@ print $onLoad; } else - print " onload=\"if (clear_checkboxes) clear_checkboxes();\""; + print " onload=\"if (clear_checkboxes) clear_checkboxes(); if (typeof(theMainScript) != 'undefined') theMainScript.ProcessOnload(); \""; print ">"; global $b_header_addon;