From 52643f86ba6d1510295304497dc775a6d413a680 Mon Sep 17 00:00:00 2001 From: iyak Date: Fri, 18 Apr 2025 02:06:17 +0000 Subject: [PATCH] =?UTF-8?q?6804.=20=EB=B6=80=EC=82=B0=EA=B5=90=EC=9C=A1?= =?UTF-8?q?=EC=9E=A5=20=EC=A3=BC=EC=86=8C=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Home/Html.cshtml | 9 +++++++-- FO/Views/Shared/Partial/Foot.cshtml | 6 ++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/FO/Views/Home/Html.cshtml b/FO/Views/Home/Html.cshtml index 14df9f5..157a787 100644 --- a/FO/Views/Home/Html.cshtml +++ b/FO/Views/Home/Html.cshtml @@ -34,17 +34,22 @@ //$(window).on("load", function () { // $("span.roughmap_lebel_text").text("한국영남건설기술교육원(중소기업중앙회 신관 5층)"); //}); + + $(window).on('load', function () { + $('div[id^="daumRoughmapContainer"] .cont').hide(); + }); +