window.addEventListener("load", () => { window.fetch("/statusbar.php").then((a) => {a.text().then((b) => {document.body.innerHTML=document.body.innerHTML+b;document.getElementById("statusbar").classList.add("desktop");})}); $(".progress").fadeOut("slow"); })