Update voter count

This commit is contained in:
Vivek Teega 2020-10-19 05:05:58 +05:30
parent 9627fa9ff6
commit 05aae15182

View File

@ -21148,7 +21148,9 @@
}
}
document.getElementById('article-vote').innerText = voterCount
if (voterCount > 0) {
document.getElementById('article-vote').innerText = voterCount
}
});
}).catch(error => console.error(error))