mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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) {
|
function showQuestion(q, a, bodyclass) {
|
||||||
html.set(q)
|
html.set(q)
|
||||||
|
document.body.className = bodyclass
|
||||||
preloadAnswerImages(a)
|
preloadAnswerImages(a)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue