팝업처리 보완
This commit is contained in:
parent
618a73d36d
commit
1ae8b724e9
@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user