diff options
Diffstat (limited to 'app/bits/static/load.js')
-rwxr-xr-x | app/bits/static/load.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app/bits/static/load.js b/app/bits/static/load.js deleted file mode 100755 index 91b3915..0000000 --- a/app/bits/static/load.js +++ /dev/null @@ -1,17 +0,0 @@ -appLoading = true; - -window.onload = async () => { - try { - document.getElementById("loader-text").innerText = "Loading..."; - updateLoader(); - - await plural(); - await refresh(); - appLoading = false; - } catch (e) { - console.error(e); - document.getElementById("loadfailure").style.display = ""; - } -} - -function updateLoader() {}
\ No newline at end of file |