diff --git a/js/javascript.js b/js/javascript.js index fcbe123..a5665b6 100644 --- a/js/javascript.js +++ b/js/javascript.js @@ -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"); } });