Compare commits
No commits in common. "40fc911615679442db2be34b08cbce8630baeeae" and "724d9fbe4b9d2bd80cce406ad7319b76be751c96" have entirely different histories.
40fc911615
...
724d9fbe4b
2 changed files with 3 additions and 10 deletions
|
|
@ -116,11 +116,4 @@ html {
|
|||
.js {
|
||||
animation: 4.5s 1 linear js;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
@supports not (animation: 1s test) {
|
||||
.nojs {
|
||||
display: block;
|
||||
visibility: visible
|
||||
}
|
||||
}
|
||||
|
|
@ -70,9 +70,9 @@ function Load (text) {
|
|||
const loading = document.getElementsByClassName("loading")[0]
|
||||
|
||||
const r = Math.floor(Math.random() * (loadArray.length-1))
|
||||
let loadText = loadArray[r]
|
||||
|
||||
if (loadText === "") {loadText = "You should not be seeing this"}
|
||||
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