From 6d698796b283651b7bc3743733b32fcbd0b6ce1c Mon Sep 17 00:00:00 2001 From: Shadbalti Date: Thu, 4 Jan 2024 21:31:36 +0500 Subject: [PATCH] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 81a3314..7e8d5f7 100644 --- a/main.js +++ b/main.js @@ -99,7 +99,7 @@ // Add a script to apply animations when the page loads -document.addEventListener("DOMContentLoaded", function () { +document.addEventListener("load", function () { // Get the elements to animate const ownerImage = document.querySelector(".owner-image"); const ownerBio = document.querySelector(".owner-bio");