forked from rDrama/rDrama
1
0
Fork 0

fix show more button in posts

master
Aevann 2023-02-24 08:35:44 +02:00
parent ae04d97f84
commit e5f7c7a918
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ function changename(s1,s2) {
function showmore(t) {
let div = t
while (!(div.id && div.id.startsWith('comment-text-'))){
while (!(div.id && (div.id.startsWith('comment-text-') || div.id == 'post-text'))){
div = div.parentElement
}
div = div.getElementsByTagName('d')[0]