Compare commits
No commits in common. "724d9fbe4b9d2bd80cce406ad7319b76be751c96" and "8517c24dc678ac3ab1445872170f5733d9b24814" have entirely different histories.
724d9fbe4b
...
8517c24dc6
1 changed files with 2 additions and 4 deletions
|
|
@ -69,10 +69,8 @@ function Load (text) {
|
|||
const loadArray = text.split("\n")
|
||||
const loading = document.getElementsByClassName("loading")[0]
|
||||
|
||||
const r = Math.floor(Math.random() * (loadArray.length-1))
|
||||
const r = Math.floor(Math.random() * loadArray.length)
|
||||
const loadText = loadArray[r]
|
||||
if (loadText === '') //Error message on bad string
|
||||
alert("Please tell a linuxposting.xyz admin member: Error Code 0x756C2D616F6365640A72")
|
||||
|
||||
loading.children[0].innerHTML = loadText + "."
|
||||
loading.children[1].innerHTML = loadText + ".."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue