From 44d004e378e9c71fb369bc771f9d9970a4858056 Mon Sep 17 00:00:00 2001 From: Lurkars Date: Sun, 16 Nov 2025 20:35:34 +0100 Subject: [PATCH] fix autofocus --- src/main/resources/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index ea4b9c7..f1c8236 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -307,10 +307,10 @@
+ @click="submitCommit('YES')" :autofocus="!committed || committed == 'YES'" tabindex="0">Ja, ich bin dabei! + @click="submitCommit('NO')" :autofocus="!committed || committed == 'NO'" tabindex="1">Nein, ich bin nicht dabei