From 1ae8b724e948f3a73cd0d537c9e4914c2fd49c2f Mon Sep 17 00:00:00 2001 From: KNKIM Date: Tue, 2 Nov 2021 09:37:32 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=9D=EC=97=85=EC=B2=98=EB=A6=AC=20?= =?UTF-8?q?=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/nlib.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/js/nlib.js b/src/main/webapp/js/nlib.js index 1c80aff6..98b3c091 100644 --- a/src/main/webapp/js/nlib.js +++ b/src/main/webapp/js/nlib.js @@ -89,6 +89,7 @@ function fn_openLayerPopup(title, content, linkName, linkUrl) { function fn_closeLayerPopup() { $("#NLB_LAYER_POPUP").html(""); $("#NLIB_LAYER_POPUP").fadeOut(); + $("#NLIB_LAYER_POPUP").removeClass(); $('html,body').removeClass('no-scroll'); }