*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| HTML |
|---|
<script>
// Automatically collapse sidebar
$(document).ready(function() {
var zzz = $('.expand-collapse-trigger').first();
if (zzz.data('tooltip').match(/collapse/i)) {
zzz.click();
}
});
</script> |