Quickvote stats script highlight

This commit is contained in:
MrFry 2020-04-20 22:16:53 +02:00
parent cf028489c3
commit 268fdd0e84
4 changed files with 3 additions and 2 deletions

View file

@ -175,7 +175,7 @@ function GetApp () {
}
if (!voteData.users.includes(user.id)) {
if (voteData[val]) {
if (voteData.votes[val]) {
voteData.votes[val]++
} else {
voteData.votes[val] = 1

View file

@ -25,7 +25,6 @@
%> bit of a fuckup here <%
}
%>
ty c:
</div>
</body>
</html>