summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-06-22 21:08:20 -0400
committermattkae <mattkae@protonmail.com>2022-06-22 21:08:20 -0400
commit799e8660641920b5adc1c1aa8a36f9dd72722047 (patch)
tree1bcdea3c4ef76ba9348aa8694343ab20667dc097 /index.js
parentada7e2de99de2b87f5a1ca3ba7f1896c8a664d21 (diff)
Much faster loading times
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index f666098..fd949b7 100644
--- a/index.js
+++ b/index.js
@@ -90,4 +90,4 @@ function runCarousel() {
imageContainer.style.opacity = '1';
}
-window.onload = main;
+main();