팝업닫기 변경

This commit is contained in:
KNKIM 2021-10-12 15:03:53 +09:00
parent 391d0cf818
commit e0fb41c5a4

View File

@ -1,4 +1,4 @@
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<a href="javascript:void(0);" onclick="$('#myPop').html('');$('#myPop').hide();" class="floatRight">닫기</a>
<a href="javascript:void(0);" onclick="fn_closeLayerPopup()" class="floatRight">닫기</a>