From 38ff4ec8cc9be5674da8e866351ab502ac5d8d04 Mon Sep 17 00:00:00 2001 From: fdgh134 Date: Thu, 18 Jul 2024 13:49:05 +0900 Subject: [PATCH] Update javascript.js --- js/javascript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } });