diff --git a/site/board/board.js b/site/board/board.js index 3030cbd..2c6e6ab 100644 --- a/site/board/board.js +++ b/site/board/board.js @@ -6,7 +6,7 @@ function build_board() { let tmpEntry = {ID: -42, Rank:"?", PlayerURL: "#", PlayerName: "Loading...", Score:">9000"} let errEntry = build_entry(tmpEntry) leaderboard.appendChild(errEntry) - setTimeout(() => {document.getElementById("nameAnchor-42").innerText = "Something went wrong :(";}, 4000) // 5s + setTimeout(() => {document.getElementById("nameAnchor-42").innerText = "Something went wrong :(";}, 5000) // 5s fetch(load_url).then( (response) => { if (!response.ok || (response.status) != 200) { diff --git a/site/board/index.html b/site/board/index.html index 382257a..ab2e9f2 100644 --- a/site/board/index.html +++ b/site/board/index.html @@ -11,6 +11,7 @@ + diff --git a/site/guides/first.html b/site/guides/first.html index fe0e025..47f95ec 100644 --- a/site/guides/first.html +++ b/site/guides/first.html @@ -11,6 +11,7 @@ + diff --git a/site/guides/index.html b/site/guides/index.html index f628a5f..ba01ade 100644 --- a/site/guides/index.html +++ b/site/guides/index.html @@ -11,6 +11,7 @@ + diff --git a/site/guides/install.html b/site/guides/install.html index 8abf246..b67e274 100644 --- a/site/guides/install.html +++ b/site/guides/install.html @@ -11,6 +11,7 @@ + diff --git a/site/index.html b/site/index.html index 6ec0ddc..d8a8a38 100644 --- a/site/index.html +++ b/site/index.html @@ -11,6 +11,7 @@ + Exmods diff --git a/site/template.html b/site/template.html index acaaada..2b0fc7c 100644 --- a/site/template.html +++ b/site/template.html @@ -11,6 +11,7 @@ +