Compare commits
No commits in common. "4d6ea02880e3391475aec012a8ad8cef854bf641" and "a8cc29617ca14f4e79284344adee18798d55a07b" have entirely different histories.
4d6ea02880
...
a8cc29617c
2 changed files with 1 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
||||||
~*
|
|
||||||
|
|
@ -34,9 +34,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.innerHTML = `<p class="skip">${loadText}.</p><p class="skip">${loadText}..</p><p class="skip">${loadText}...</p>`
|
||||||
loading.chilren[1].innerHTML = loadText + ".."
|
|
||||||
loading.chilren[2].innerHTML = loadText + "..."
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch("/assets/loading.txt")
|
fetch("/assets/loading.txt")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue