forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-26 11:39:31 +02:00
parent 116c625f4c
commit 05fe6798c4
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@
var type = event.target.dataset.contentType;
var id = event.target.dataset.idDown;
console.log(type)
console.log(id)
var downvoteButton = document.getElementsByClassName(type + '-' + id + '-down');
var upvoteButton = document.getElementsByClassName(type + '-' + id + '-up');