Skip to content

Commit

Permalink
js edit; - seil
Browse files Browse the repository at this point in the history
  • Loading branch information
seilk committed Jun 8, 2024
1 parent 89ebbb0 commit 613610f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions js/wowchemy-publication.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
window.addEventListener("load", function () {
document.body.classList.add("show");
});

var a = {},
s,
r,
Expand Down Expand Up @@ -79,8 +83,3 @@ document.addEventListener("DOMContentLoaded", function () {
});
});
});

// 페이지가 로드되면 show 클래스를 body 요소에 추가
window.addEventListener('load', function() {
document.body.classList.add('show');
});

0 comments on commit 613610f

Please sign in to comment.