diff --git a/files/templates/default.html b/files/templates/default.html index 870a61503..fa38198a6 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -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); }