fix
This commit is contained in:
parent
d38098056f
commit
878bf71abe
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ function timestamp(str, ti) {
|
|||
};
|
||||
|
||||
function expandText(id) {
|
||||
document.getElementById('post-text-'+id).classList.toggle('d-none');
|
||||
document.getElementById('post-text-'+id).classList.toggle('hidden');
|
||||
document.getElementsByClassName('text-expand-icon-'+id)[0].classList.toggle('fa-expand-alt');
|
||||
document.getElementsByClassName('text-expand-icon-'+id)[0].classList.toggle('fa-compress-alt');
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue