Explorar el Código

debugger 수정

eskim hace 5 años
padre
commit
caf30efbf5

+ 2 - 2
src/main/webapp/WEB-INF/views/business/BrandGroupPopupForm.html

@@ -183,7 +183,7 @@
 	gridOptionsBrandGroupList.onCellClicked = function(event) {
 		if (event.colDef.field != 'brandGroupNo')
 			return;
-		debugger;
+		
 		$("#brandGroupForm input[name=mode]").val("U");
 		$("#brandGroupForm input[name=brandGroupNo]").val(event.data.brandGroupNo);
 		$("#brandGroupForm input[name=brandGroupEnm]").val(event.data.brandGroupEnm);
@@ -346,7 +346,7 @@
 				return false;
 			}
 		}
-		debugger;
+		
 		// 이미지 체크
 		if (!gagajf.isNull($("#brandGroupForm input[name=logoFileNm]").val()) || !gagajf.isNull($("#brandGroupForm input[name=sysFileNm1]").val())){
 			if (gagajf.isNull($("#brandGroupForm input[name=bwLogoFileNm]").val()) && gagajf.isNull($("#brandGroupForm input[name=sysFileNm2]").val())){

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

@@ -176,7 +176,7 @@
 		}
 
 		// 업로드한 파일 및 순서 변경한 파일 설정
-		var totCnt = dx.getTotalItemCount();debugger;
+		var totCnt = dx.getTotalItemCount();
 		if (totCnt > 0) {
 			for (var i = 0; i < totCnt; i++) {
 				var item = dx.getItemByIndex(i);