From 76325df2f99af59daf047f3a0544dd11de4294eb Mon Sep 17 00:00:00 2001 From: iw0 Date: Tue, 4 Jun 2024 21:44:45 +0200 Subject: [PATCH] clarification for form changes --- content_script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content_script.js b/content_script.js index cf7484d..2335d0b 100644 --- a/content_script.js +++ b/content_script.js @@ -485,7 +485,7 @@ const enterPaymentDetails = { execute: node => { if (!hasConfiguredBankDetails) return true; const xfrRadio = node.querySelector('#ueberweisung'); - // Seems to have been removed. Try anyway. + // "I didn't travel" comes without this selection and goes straight to bank payout. if (xfrRadio instanceof Element) xfrRadio.dispatchEvent(new Event('change')); settings.get(bankDetailConfigKeys).then(results => { console.debug("storage returned", results);