changeset 573 | 43e7254afdb4 |
parent 564 | a1c450a911a6 |
child 581 | 5e8fd89c02ea |
--- a/plugins/SpecialAdmin.php Sun Jun 15 01:29:30 2008 -0400 +++ b/plugins/SpecialAdmin.php Sun Jun 15 01:30:00 2008 -0400 @@ -1989,7 +1989,7 @@ div.style.width = width + 'px'; div.style.height = height + 'px'; var body = document.getElementsByTagName('body')[0]; - miniPromptDestroy(true); + miniPromptDestroy(this); body.appendChild(div); ajaxPageBin(namespace_list.Admin + 'AdminLogout'); }