diff -r 41c45314ac27 -r 5e8fd89c02ea plugins/SpecialAdmin.php --- a/plugins/SpecialAdmin.php Wed Jun 18 22:43:16 2008 -0400 +++ b/plugins/SpecialAdmin.php Sun Jun 22 18:13:59 2008 -0400 @@ -2019,6 +2019,7 @@ if ( ajax.readyState == 4 && ajax.status == 200 ) { document.getElementById('ajaxPageContainer').innerHTML = ajax.responseText; fadeInfoBoxes(); + autofill_onload(); } }); }