1
0
Fork 0

Fix Linting
All checks were successful
QS / QS (push) Successful in 14s

This commit is contained in:
Snoweuph 2024-07-28 10:40:50 +02:00
parent 1755bdbdec
commit 33ffaaceff
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

@ -58,7 +58,7 @@ function getHeaderTitle(pElement) {
if (node.nodeType === Node.TEXT_NODE) {
textContent += node.textContent;
}
}
},
);
return textContent;
}