From 23bb64ec0c8921417fa00fece554c0940d7d1359 Mon Sep 17 00:00:00 2001 From: Hendrik Schaeidt Date: Fri, 10 Dec 2021 11:05:21 +0100 Subject: [PATCH] remove obselete double check for pfizer/moderna as the user can choose now which one to use --- content_scripts/doctolib/book.js | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/content_scripts/doctolib/book.js b/content_scripts/doctolib/book.js index 57e5ad5..0820496 100644 --- a/content_scripts/doctolib/book.js +++ b/content_scripts/doctolib/book.js @@ -372,24 +372,13 @@ wait ); if ($bookingMotive) { - let optionFound = false; - for (const $option of $bookingMotive.querySelectorAll("option")) { - // On ne s'occupe que de Pfizer et Moderna - // Pour le reste pas besoin de l'extension, de nombreux RDV sont disponibles - if ( - !isARNmMotive($option.textContent, injectionType, injectionVaccine) - ) - continue; - - selectOption($bookingMotive, $option); - optionFound = true; - - // Il peut y avoir des places pour Moderna mais pas pour Pfizer, ou inversement, il faut tester les deux - slot = await getAvailableSlot(); - if (slot !== null) break; - } + const arnMotive = selectOptionInSelect( + $bookingMotive, + testIsARNmMotive(injectionType, injectionVaccine) + ); - if (!optionFound) throw new Error("Injection ARNm non disponible 1"); + if (!arnMotive.optionFound) + throw new Error("Injection ARNm non disponible 1"); } else { // On a peut-être directement la boite "pas de créneaux possibles" // Cas où il n'y a qu'un choix