diff --git a/pom.xml b/pom.xml index 5358716..fdc03df 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 de.champonthis abi - 0.3.5 + 0.3.6 abi diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index f1c8236..50b4a72 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -307,10 +307,10 @@
+ @click="submitCommit('YES')" :autofocus="committed == 'YES'" :tabindex="committed == 'NO' ? -1 : 0">Ja, ich bin dabei! + @click="submitCommit('NO')" :autofocus="committed == 'NO'" :tabindex="committed == 'YES' ? -1 : 1">Nein, ich bin nicht dabei