X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/5b70dd621e9a307e5c8ce9f0c816042038c4e666..9b8d7e610cef31f15f12c1058dfd45efffac5fb0:/word/multichoice.js diff --git a/word/multichoice.js b/word/multichoice.js index f0520f9..58ed7b7 100644 --- a/word/multichoice.js +++ b/word/multichoice.js @@ -2,7 +2,6 @@ class WordMultiChoice extends WordQuiz { next() { if (this.words.length < 4) return; let word = this.words.shift(); - if (!word[2]) return this.next(); let form = put(this.form, '+img[src=$]+ul', `/data/word/32/${word[2]}.jpg`, );