()
| 2018 | } |
| 2019 | |
| 2020 | function collectThirdPartyConfig() { |
| 2021 | const apiUrl = getInputValue("third-party-api-url"); |
| 2022 | const apiKey = getInputValue("third-party-api-key"); |
| 2023 | return { api_url: apiUrl, api_key: apiKey }; |
| 2024 | } |
| 2025 | |
| 2026 | function restoreBindModeConfig() { |
| 2027 | const modeSelect = document.getElementById("bind-mode-select"); |
no test coverage detected