bodyclass

This commit is contained in:
Luc Mcgrady 2025-09-03 23:07:04 +01:00
parent d0d1c519e6
commit f35b2cf5d2
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -6,6 +6,7 @@ export function setupReviewer() {
function showQuestion(q, a, bodyclass) {
html.set(q)
document.body.className = bodyclass
preloadAnswerImages(a)
}