diff --git a/conjugation/drill.js b/conjugation/drill.js index 9ef158b..011345b 100755 --- a/conjugation/drill.js +++ b/conjugation/drill.js @@ -424,7 +424,9 @@ function generateQuestion() { var dictionary = words[data.entry].conjugations["dictionary"].forms; if (words[data.entry].group == "na-adjective") { - dictionary = dictionary.replace(/だ$/, '') + for (var i = 0; i < dictionary.length; i++) { + dictionary[i] = dictionary[i].replace(/だ$/, '') + } } if (!options["kana"]) {