THERE WAS A FUCKIBNG TYPO
This commit is contained in:
parent
da4c279c54
commit
95add24711
1 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ function Load (text) {
|
||||||
const r = Math.floor(Math.random() * loadArray.length)
|
const r = Math.floor(Math.random() * loadArray.length)
|
||||||
const loadText = loadArray[r]
|
const loadText = loadArray[r]
|
||||||
|
|
||||||
loading.chilren[0].innerHTML = loadText + "."
|
loading.children[0].innerHTML = loadText + "."
|
||||||
loading.chilren[1].innerHTML = loadText + ".."
|
loading.children[1].innerHTML = loadText + ".."
|
||||||
loading.chilren[2].innerHTML = loadText + "..."
|
loading.children[2].innerHTML = loadText + "..."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue