2023-05-16 10:50:42 +08:00

6 lines
108 B
JavaScript

$(document).ready(function()
{
/* expand active tree. */
$('.tree li.active .hitarea').click();
});