Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Baonks81 committed Nov 19, 2023
1 parent 16826c1 commit c2c4a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ window.addEventListener("load", () => {
loader.classList.add("loader--hidden");

loader.addEventListener("transitionend", () => {
document.body.removeChild(loader);
document.body.removeChild("loader");
});
});

0 comments on commit c2c4a28

Please sign in to comment.