@@ -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("고시정보를 입력해주세요.");