diff options
author | LarsVomMars | 2020-11-11 14:24:16 +0100 |
---|---|---|
committer | LarsVomMars | 2020-11-11 14:24:16 +0100 |
commit | 1f5fbac8fb0a75be7bde33c50818452d91fe781c (patch) | |
tree | 6b90fa9b38426b5786f1ca13f636ac90fa4e9587 /mottovote/public/script.js | |
parent | 8050da7e8c3229bc400023fe87767f43b7ead4ff (diff) |
Run-off motto vote
Diffstat (limited to 'mottovote/public/script.js')
-rw-r--r-- | mottovote/public/script.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |