Sfoglia il codice sorgente

이벤트 댓글 수정

sowon4187 5 anni fa
parent
commit
cb3a1c8dd0

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/mypage/MypageReviewCreateFormMob.html

@@ -266,7 +266,7 @@
 															<div class="form_field">
 																<div class="imgUpload">
 																	<label for="fileAdd" class="fileAdd" id="fileAdd_reply">첫번째업로드</label>
-																	<input type="file" id="fileAdd" name="files" accept=".jpeg, .jpg, .png, video/mp4"> <!-- 210507_추가 : accept 속성 추가 -->
+																	<input type="file" id="fileAdd" name="files" accept=".jpeg, .jpg, .png, video/*"> <!-- 210507_추가 : accept 속성 추가 -->
 																</div>
 															</div>
 															<!-- //이미지첨부 -->

+ 4 - 1
src/main/webapp/WEB-INF/views/mob/planning/PlanningDetailFormMob.html

@@ -931,7 +931,10 @@ $(document).ready(function(){
 	ajaxReplyList();
 	
 	fnCompleteList();
-	$("#filter").text(planCornerList[0].cornerNm);
+	if (planCornerList.length>0 && planCornerList != null) {
+		$("#filter").text(planCornerList[0].cornerNm);
+	}
+	
 	
 	//Q3 글자 수 카운트
 	$('.doc_contactus').keyup(function (e){