mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
bodyclass
This commit is contained in:
parent
d0d1c519e6
commit
f35b2cf5d2
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ export function setupReviewer() {
|
|||
|
||||
function showQuestion(q, a, bodyclass) {
|
||||
html.set(q)
|
||||
document.body.className = bodyclass
|
||||
preloadAnswerImages(a)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue