We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900acfe commit ff0d42bCopy full SHA for ff0d42b
1 file changed
public/js/script.js
@@ -81,8 +81,8 @@ function initWords() {
81
let language = words[config.language];
82
83
if (language == undefined || language == []) {
84
- showNotification("Error generating word list", 3000);
85
- return;
+ config.language = "english";
+ language = words[config.language];
86
}
87
88
if (config.mode == "time" || config.mode == "words") {
0 commit comments