Update meme voting
This commit is contained in:
parent
5bbd4c2e74
commit
a62d553190
@ -677,7 +677,7 @@ async function voteMeme(memeID, isUpvote){
|
||||
}
|
||||
}
|
||||
else {
|
||||
if(memeVoteDownvoteElementElement.classList.contains("ri-arrow-up-circle-fill")){
|
||||
if(memeVoteDownvoteElement.classList.contains("ri-arrow-up-circle-fill")){
|
||||
deleteVoteMeme(memeID);
|
||||
memeVoteDelete = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user