Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<script>
// Automatically collapse sidebar
$(document).ready(function() {
  var zzz = $('.expand-collapse-trigger').first();
  if (zzz.data('tooltip').match(/collapse/i)) {
    zzz.click();
  }
});
</script>