master
Aevann1 2021-08-11 19:41:28 +02:00
parent faedbf7d00
commit 3efe108f6a
1 changed files with 2 additions and 2 deletions

View File

@ -691,7 +691,7 @@
}
}
post_toast("/vote/" + type + "/" + id + "/" + voteDirection);
post("/vote/" + type + "/" + id + "/" + voteDirection);
}
@ -741,7 +741,7 @@
}
}
post_toast("/vote/" + type + "/" + id + "/" + voteDirection);
post("/vote/" + type + "/" + id + "/" + voteDirection);
}