equal
deleted
inserted
replaced
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 = { |