diff options
Diffstat (limited to 'js')
-rwxr-xr-x | js/statusbar.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/js/statusbar.js b/js/statusbar.js index 210653e..e69de29 100755 --- a/js/statusbar.js +++ b/js/statusbar.js @@ -1,4 +0,0 @@ -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");
-})
\ No newline at end of file |