summaryrefslogtreecommitdiff
path: root/app/bits/assets/load.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/bits/assets/load.js')
-rwxr-xr-xapp/bits/assets/load.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/bits/assets/load.js b/app/bits/assets/load.js
deleted file mode 100755
index c748656..0000000
--- a/app/bits/assets/load.js
+++ /dev/null
@@ -1,16 +0,0 @@
-appLoading = true;
-
-window.onload = async () => {
- try {
- document.getElementById("loader-text").innerText = "Loading...";
- updateLoader();
-
- await plural();
- await refresh();
- appLoading = false;
- } catch (e) {
- document.getElementById("loadfailure").style.display = "";
- }
-}
-
-function updateLoader() {} \ No newline at end of file