()
| 506 | } |
| 507 | } |
| 508 | function syncActiveTabHeight() { |
| 509 | const contentContainer = document.getElementById("icetab-content"); |
| 510 | if (!contentContainer) return; |
| 511 | contentContainer.style.height = ""; |
| 512 | } |
| 513 | function setupTabStructure() { |
| 514 | const tabsContainer = document.getElementById("icetab-container"); |
| 515 | const contentContainer = document.getElementById("icetab-content"); |
no outgoing calls
no test coverage detected