summaryrefslogtreecommitdiff
path: root/app/bits/static/load.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/bits/static/load.js')
-rwxr-xr-xapp/bits/static/load.js17
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