diff options
author | Minteck <contact@minteck.org> | 2021-12-05 16:38:49 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-05 16:38:49 +0100 |
commit | 879a6237b186768356f99caf992f0d25d5ec8612 (patch) | |
tree | 733aacd4845e918b484d8f46951d925f05f91b4c /js/statusbar.js | |
parent | 4bad8bcfb984cf017495b8fd31f174c32cebe805 (diff) | |
download | core-879a6237b186768356f99caf992f0d25d5ec8612.tar.gz core-879a6237b186768356f99caf992f0d25d5ec8612.tar.bz2 core-879a6237b186768356f99caf992f0d25d5ec8612.zip |
Commit
Diffstat (limited to 'js/statusbar.js')
-rw-r--r-- | js/statusbar.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/statusbar.js b/js/statusbar.js index 42ee461..7391a49 100644 --- a/js/statusbar.js +++ b/js/statusbar.js @@ -1,4 +1,4 @@ -window.addEventListener("load", () => { - window.fetch("/statusbar.php").then((a) => {a.text().then((b) => {document.body.innerHTML=document.body.innerHTML+b})}); - $(".progress").fadeOut("slow"); +window.addEventListener("load", () => {
+ window.fetch("/statusbar.php").then((a) => {a.text().then((b) => {document.body.innerHTML=document.body.innerHTML+b})});
+ $(".progress").fadeOut("slow");
})
\ No newline at end of file |