This commit is contained in:
Aevann1 2021-08-11 19:41:28 +02:00
parent 8fc70db345
commit b41062d0f7

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);
}