Parcourir la source

debugger 삭제

eskim il y a 5 ans
Parent
commit
fdbcdbb679
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/webapp/WEB-INF/views/goods/GoodsDetailForm.html

+ 1 - 1
src/main/webapp/WEB-INF/views/goods/GoodsDetailForm.html

@@ -1176,7 +1176,7 @@
 
 				idx = 0;
 				//고시정보 필수나 전시표시값 입력여부 확인
-				$("#goodsDetailForm #notiArea").find("#infoContents tr").each(function() {debugger;
+				$("#goodsDetailForm #notiArea").find("#infoContents tr").each(function() {
 				if (typeof($(this).find("td input[name=niContent]").val()) != 'undefined' && gagajf.isNull($(this).find("td input[name=niContent]").val())){
 					optCheck = true;
 					mcxDialog.alertC("고시정보를 입력해주세요.");