Update meme voting

This commit is contained in:
Bruno Rybársky 2024-04-27 11:29:42 +02:00
parent 5bbd4c2e74
commit a62d553190

@ -677,7 +677,7 @@ async function voteMeme(memeID, isUpvote){
} }
} }
else { else {
if(memeVoteDownvoteElementElement.classList.contains("ri-arrow-up-circle-fill")){ if(memeVoteDownvoteElement.classList.contains("ri-arrow-up-circle-fill")){
deleteVoteMeme(memeID); deleteVoteMeme(memeID);
memeVoteDelete = true; memeVoteDelete = true;
} }