plugins/SpecialAdmin.php
changeset 407 35d94240a197
parent 391 85f91037cd4f
child 430 ec90736b9cb9
--- a/plugins/SpecialAdmin.php	Fri Feb 08 23:20:20 2008 -0500
+++ b/plugins/SpecialAdmin.php	Sun Feb 10 19:35:06 2008 -0500
@@ -2186,7 +2186,7 @@
       }
       document.getElementById('ajaxPageContainer').innerHTML = '<div class="wait-box">Loading page...</div>';
       ajaxGet('<?php echo scriptPath; ?>/ajax.php?title='+t+'&_mode=getpage&noheaders&auth=<?php echo $session->sid_super; ?>', function() {
-          if(ajax.readyState == 4) {
+          if ( ajax.readyState == 4 && ajax.status == 200 ) {
             document.getElementById('ajaxPageContainer').innerHTML = ajax.responseText;
             fadeInfoBoxes();
           }