X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4917a4a8e0bf467ef0faf4bc6748a4a0e7edb69e..91810a36f31f93d25209e62f40aa24851aa33351:/word/memory.js diff --git a/word/memory.js b/word/memory.js index 24feead..a6b1906 100644 --- a/word/memory.js +++ b/word/memory.js @@ -73,7 +73,7 @@ class WordMemory extends WordQuiz { cards.shuffle().forEach(word => { let ref = Math.abs(word); put(this.form, - 'figure>img[src=$]<', `/data/word/en/${ref}.jpg`, + 'figure>img[src=$]<', `/data/word/32/${ref}.jpg`, {onclick: e => this.turn(e), id: ref, className: word < 0 ? 'mirror' : ''} ); });