forked from rDrama/rDrama
1
0
Fork 0

same as last commit

master
Aevann 2023-02-24 08:45:01 +02:00
parent 0240094853
commit f8b557c64c
1 changed files with 2 additions and 2 deletions

View File

@ -267,9 +267,9 @@ function showmore(t) {
let text = div.getElementsByTagName('d')[0]
if (!text) text = div.getElementsByClassName('d-none')[0]
if (!text) text = div.getElementsByClassName('showmore')[0]
if (!text) text = div.getElementsByClassName('showmore-text')[0]
text.classList.add('showmore')
text.classList.add('showmore-text')
text.classList.toggle('d-none')
if (text.classList.contains('d-none'))