summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-07-22 10:19:04 +0200
committerMinteck <contact@minteck.org>2022-07-22 10:19:04 +0200
commit92699995a1fc3f53eeed9fc50ffa86e76bb700e9 (patch)
treebe8af702d57a53f834c23f35838b3f88a2d0c410 /js
parentca19a2bf2916a555f96ea7ab4791267dd5601c72 (diff)
downloadcdn-92699995a1fc3f53eeed9fc50ffa86e76bb700e9.tar.gz
cdn-92699995a1fc3f53eeed9fc50ffa86e76bb700e9.tar.bz2
cdn-92699995a1fc3f53eeed9fc50ffa86e76bb700e9.zip
Update CDNHEADtrunk
Diffstat (limited to 'js')
-rwxr-xr-xjs/statusbar.js4
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