*** 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(); var zzzt =if (zzz.data('tooltip'); if (zzzt.match(/collapse/i)) { zzz.click(); } } </script> |