Update voter count
This commit is contained in:
parent
9627fa9ff6
commit
05aae15182
@ -21148,7 +21148,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById('article-vote').innerText = voterCount
|
if (voterCount > 0) {
|
||||||
|
document.getElementById('article-vote').innerText = voterCount
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
}).catch(error => console.error(error))
|
}).catch(error => console.error(error))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user