Skip to content

Commit

Permalink
Update javascript.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Jul 18, 2024
1 parent 26b3fb3 commit 38ff4ec
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 @@ -131,7 +131,7 @@ $(function(){
welcomeSection.remove();
$('.wrapper').remove();
$('body').css('overflow', 'auto');
$('.header_top, .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, .content3, .content3_inner').removeClass("none");

}
});
Expand Down

0 comments on commit 38ff4ec

Please sign in to comment.