Browse Source

thonk

master
SeraphJACK 3 years ago
parent
commit
1007915dbb
Signed by: SeraphJACK <seraphjack@outlook.com> GPG Key ID: 14162B46567AB06F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/js/vote.js

+ 1
- 1
static/js/vote.js View File

@@ -21,7 +21,7 @@ function doVote() {
fetch("/submit", {
method: "POST",
headers: {
"Challenge": magicString
"Challenge": magicString.data
},
body: localStorage.getItem("votePayload")
}).then(res => {


Loading…
Cancel
Save