mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-18 14:55:34 +08:00
removed unused file
This commit is contained in:
parent
4c771916ab
commit
3c5f0f646d
2 changed files with 1 additions and 2 deletions
|
|
@ -102,7 +102,6 @@ const refactoredSrc = [
|
|||
const globalSrc = [
|
||||
"./src/js/global-dependencies.js",
|
||||
"./src/js/simple-popups.js",
|
||||
"./src/js/words.js",
|
||||
"./src/js/userconfig.js",
|
||||
"./src/js/commandline.js",
|
||||
"./src/js/settings.js",
|
||||
|
|
|
|||
|
|
@ -457,7 +457,7 @@ async function initWords() {
|
|||
|
||||
if (!language) {
|
||||
config.language = "english";
|
||||
language = words[config.language];
|
||||
language = await Misc.getLanguage(config.language);
|
||||
}
|
||||
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue