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