plugins/SpecialAdmin.php
changeset 581 5e8fd89c02ea
parent 573 43e7254afdb4
child 582 a38876c0793c
equal deleted inserted replaced
580:41c45314ac27 581:5e8fd89c02ea
  2017       document.getElementById('ajaxPageContainer').innerHTML = '<div class="wait-box">Loading page...</div>';
  2017       document.getElementById('ajaxPageContainer').innerHTML = '<div class="wait-box">Loading page...</div>';
  2018       ajaxGet('<?php echo scriptPath; ?>/ajax.php?title='+t+'&_mode=getpage&noheaders&auth=<?php echo $session->sid_super; ?>', function() {
  2018       ajaxGet('<?php echo scriptPath; ?>/ajax.php?title='+t+'&_mode=getpage&noheaders&auth=<?php echo $session->sid_super; ?>', function() {
  2019           if ( ajax.readyState == 4 && ajax.status == 200 ) {
  2019           if ( ajax.readyState == 4 && ajax.status == 200 ) {
  2020             document.getElementById('ajaxPageContainer').innerHTML = ajax.responseText;
  2020             document.getElementById('ajaxPageContainer').innerHTML = ajax.responseText;
  2021             fadeInfoBoxes();
  2021             fadeInfoBoxes();
       
  2022             autofill_onload();
  2022           }
  2023           }
  2023         });
  2024         });
  2024     }
  2025     }
  2025     function _enanoAdminOnload() { ajaxPage('<?php echo $paths->nslist['Admin']; ?>Home'); }
  2026     function _enanoAdminOnload() { ajaxPage('<?php echo $paths->nslist['Admin']; ?>Home'); }
  2026     var TREE_TPL = {
  2027     var TREE_TPL = {