aboutsummaryrefslogtreecommitdiff
path: root/mottovote/public
diff options
context:
space:
mode:
Diffstat (limited to 'mottovote/public')
-rw-r--r--mottovote/public/index.html6
-rw-r--r--mottovote/public/script.js2
2 files changed, 4 insertions, 4 deletions
diff --git a/mottovote/public/index.html b/mottovote/public/index.html
index 5aaa484..321433a 100644
--- a/mottovote/public/index.html
+++ b/mottovote/public/index.html
@@ -21,9 +21,9 @@
<main>
<p>
- Genaue Ausführungen, sowie Rechtschreibung, Gestaltung und Sub-Themen sind noch nach der Abstimmung
- diskutierbar. Ihr habt drei Stimmen, könnt euch nach der Wahl aber nochmal umentscheiden (ebenfalls über
- diese Seite). Bitte wählt vernünftig!
+ Da das Ergebnis recht knapp war, folgt hier noch eine kurze Stichwahl der beiden Top-Themen. Bitte wählt
+ vernünftig! Genaue Ausführungen, sowie Rechtschreibung, Gestaltung und Sub-Themen sind noch
+ diskutierbar.
</p>
<div id="vote"></div>
<button class="pure-button pure-button-primary" id="voteButton">Vote!</button>
diff --git a/mottovote/public/script.js b/mottovote/public/script.js
index 2a9f602..8e5e392 100644
--- a/mottovote/public/script.js
+++ b/mottovote/public/script.js
@@ -1,4 +1,4 @@
-const maxVotes = 3;
+const maxVotes = 1;
get();
async function get() {