This commit is contained in:
Aevann1 2021-12-04 03:45:06 +02:00
parent 1cd0d21531
commit 39aebe6789
3 changed files with 2 additions and 19 deletions

View file

@ -294,11 +294,6 @@ function charLimit(form, text) {
}
function timestamp(str, ti) {
date = new Date(ti*1000);
document.getElementById(str).title = date.toString();
};
function poll_vote(cid, parentid) {
for(let el of document.getElementsByClassName('presult-'+parentid)) {
el.classList.remove('d-none');