fixed weakspot broken after 100 words. closes #1748

This commit is contained in:
Jack 2021-08-22 11:55:11 +01:00
parent 72ef29b74c
commit d4e95787a7

View file

@ -1077,6 +1077,8 @@ export async function addWord() {
randomWord = Misc.getSpecials();
} else if (Config.funbox === "ascii") {
randomWord = Misc.getASCII();
} else if (Config.funbox === "weakspot") {
randomWord = WeakSpot.getWord(wordset);
}
if (Config.punctuation) {