팝업처리 보완

This commit is contained in:
KNKIM 2021-11-02 09:37:32 +09:00
parent 618a73d36d
commit 1ae8b724e9

View File

@ -89,6 +89,7 @@ function fn_openLayerPopup(title, content, linkName, linkUrl) {
function fn_closeLayerPopup() { function fn_closeLayerPopup() {
$("#NLB_LAYER_POPUP").html(""); $("#NLB_LAYER_POPUP").html("");
$("#NLIB_LAYER_POPUP").fadeOut(); $("#NLIB_LAYER_POPUP").fadeOut();
$("#NLIB_LAYER_POPUP").removeClass();
$('html,body').removeClass('no-scroll'); $('html,body').removeClass('no-scroll');
} }