changeset 581 | 5e8fd89c02ea |
parent 573 | 43e7254afdb4 |
child 582 | a38876c0793c |
--- 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(); } }); }