6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
$(document).ready(function()
|
|
{
|
|
/* expand active tree. */
|
|
$('.tree li.active .hitarea').click();
|
|
});
|