browse.js 108 B

12345
  1. $(document).ready(function()
  2. {
  3. /* expand active tree. */
  4. $('.tree li.active .hitarea').click();
  5. });