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);