()
| 590 | } |
| 591 | |
| 592 | function collectDailyOptions() { |
| 593 | return { |
| 594 | arxiv_categories: selectedSourceValues("arxiv"), |
| 595 | conferences: selectedSourceValues("conference"), |
| 596 | journals: selectedSourceValues("journal"), |
| 597 | }; |
| 598 | } |
| 599 | |
| 600 | function setAllSources(checked) { |
| 601 | document.querySelectorAll(".choice-list input[type='checkbox']:not(:disabled)").forEach((input) => { |
no test coverage detected