sfd
This commit is contained in:
parent
1cd0d21531
commit
39aebe6789
3 changed files with 2 additions and 19 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue