Insert this at Administration -> Look And Feel -> Custom HTML -> At End of Head
<script>
AJS.toInit(function(){
AJS.$('.more-children-link').click();
});
</script>
This will display the complete list of child pages in the sidebar
Insert this at Administration -> Look And Feel -> Custom HTML -> At End of Head
<script>
AJS.toInit(function(){
AJS.$('.more-children-link').click();
});
</script>
This will display the complete list of child pages in the sidebar