From 9811207019d84f88aa092bf3b9a7cac2b4719abc Mon Sep 17 00:00:00 2001 From: iw0 Date: Fri, 3 May 2024 23:21:42 +0200 Subject: [PATCH] oops --- content_script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content_script.js b/content_script.js index b3b18f6..9237f7b 100644 --- a/content_script.js +++ b/content_script.js @@ -308,7 +308,7 @@ const continueToForm = { name: "continueToForm", match: node => node.classList.contains("verspaetung-bestaetigung"), execute: node => { - $$(node, 'button.fahrgastrechte-continue-button').dispatchEvent(_clickEv()).focus(); + $$(node, 'button.fahrgastrechte-continue-button').dispatchEvent(_clickEv()); return true; } }