()
| 5197 | } |
| 5198 | |
| 5199 | function selectedSettingConferences() { |
| 5200 | return Array.from($("settingConferenceList")?.querySelectorAll("input:checked") || []) |
| 5201 | .map((input) => input.value) |
| 5202 | .filter(Boolean); |
| 5203 | } |
| 5204 | |
| 5205 | function rssUrls() { |
| 5206 | return Array.from($("customSourcesList").querySelectorAll("strong")) |
no test coverage detected