Compare commits

..

No commits in common. "724d9fbe4b9d2bd80cce406ad7319b76be751c96" and "8517c24dc678ac3ab1445872170f5733d9b24814" have entirely different histories.

View file

@ -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 + ".."