From 3efe108f6aa34aee88cb9f4e6940c4510bf85f5b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 11 Aug 2021 19:41:28 +0200 Subject: [PATCH] fd --- files/templates/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }