mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-12 06:16:55 +00:00
initial work on redesign
This commit is contained in:
@@ -2,8 +2,8 @@ const status = document.querySelector("#status");
|
||||
const action = document.querySelector("#status-action");
|
||||
const avatar = document.querySelector(".avatar img");
|
||||
|
||||
updateStatus();
|
||||
window.setInterval(updateStatus, 10000);
|
||||
// updateStatus();
|
||||
// window.setInterval(updateStatus, 10000);
|
||||
|
||||
async function updateStatus() {
|
||||
const result = await fetch("https://api.youhavetrouble.me/online");
|
||||
|
||||
Reference in New Issue
Block a user