Skip to content

Commit

Permalink
Update javascript.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Jun 10, 2024
1 parent 5066fc7 commit f26433e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $(function(){
welcomeSection.remove();
$('.wrapper').remove();
$('body').css('overflow', 'auto');
$('.profile, .introduce, .career, .btnframe, .content, .content .grid, .content .grid .grud__title, .card, .content2, .content2_inner, .contact').removeClass("none");
$('.header_top, .profile, .introduce, .career, .btnframe, .content, .content .grid, .content .grid .grud__title, .card, .content2, .content2_inner, .contact').removeClass("none");

}
});
Expand Down

0 comments on commit f26433e

Please sign in to comment.