Enable header action tab toggling

This commit is contained in:
2026-06-10 17:35:09 +02:00
parent b8ac6bef44
commit 5ebd554544
+1 -1
View File
@@ -46,7 +46,7 @@
<script src="../scripts/help-icon-overlays.js"></script>
<script>
document.querySelectorAll('.sg-portal-header__tabs').forEach((group) => {
document.querySelectorAll('.sg-portal-header__tabs, .sg-portal-header__menu-wrap .sg-tab-button-group').forEach((group) => {
group.querySelectorAll('.sg-tab-button').forEach((button) => {
button.addEventListener('click', () => {
group.querySelectorAll('.sg-tab-button').forEach((otherButton) => {