(tab)
| 2625 | tab.addEventListener("click", (event) => selectTab(tab.id)) |
| 2626 | } |
| 2627 | function isTabActive(tab) { |
| 2628 | return tab.classList.contains("active") |
| 2629 | } |
| 2630 | |
| 2631 | function splashScreen(force = false) { |
| 2632 | const splashVersion = splashScreenPopup.dataset["version"] |
no outgoing calls
no test coverage detected