1// template-related scripts go here...
2jQuery(function() {
3    var $toc = jQuery('#dw__toc .toggle');
4    if($toc.length) {
5        $toc[0].setState(-1);
6    }
7});
8