From 15fbac2e7098512bf8102a39a942933ad537fc70 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Thu, 14 Dec 2023 09:49:07 +0900 Subject: [PATCH] no message --- src/main/webapp/WEB-INF/jsp/include/top.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index 76745c8e..9a71be57 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -256,7 +256,8 @@ function fn_photoMask(flag, element){ $("div[data-ref='"+dataset.crdnPhotoId+"']").remove(); - if(dataset.mosaic != null && dataset.mosaic != "" + if(dataset.crdnPhotoId != null && dataset.crdnPhotoId != "" + && dataset.mosaic != null && dataset.mosaic != "" && flag){ var mosaicInfoArr = dataset.mosaic.split("|");