This commit is contained in:
Jack 2020-05-16 20:18:13 +01:00
parent 40cdd0e2ec
commit 955986c13a

View file

@ -108,7 +108,7 @@ function initWords() {
wordsList.push(w[i]);
}
}
if (config.punctuation && !config.mode == "custom") {
if (config.punctuation && config.mode != "custom") {
wordsList = buildSentences(wordsList);
}
showWords();