Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
j4ii authored Feb 17, 2024
1 parent 26294c2 commit 6c48de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ document.addEventListener("DOMContentLoaded", function () {
document.querySelector(".loading-container").style.display = "flex";
setTimeout(function () {
document.querySelector(".loading-container").style.display = "none";
}, 5000);
}, 2500);
});
const list = document.querySelectorAll(".wallsCategoryLink");
function activeLink() {
Expand Down

0 comments on commit 6c48de3

Please sign in to comment.