Jelajahi Sumber

Merge branch 'sowon' into develop

sowon4187 4 tahun lalu
induk
melakukan
f9e8726540

+ 2 - 2
src/main/webapp/WEB-INF/views/mob/callcenter/OneToOneQnaFormMob.html

@@ -136,7 +136,7 @@
 									<div class="form_field">
 										<div class="ui_col_12 form_full">
 											<div class="input_wrap">
-												<textarea class="doc_contactus" id="questContent" name="questContent" cols="30" rows="10" style="resize: none;" placeholder="내용을 입력해 주세요. (필수)" required="required" data-valid-name="내용"></textarea>
+												<textarea class="doc_contactus" name="questContent" cols="30" rows="10" style="resize: none;" placeholder="내용을 입력해 주세요. (필수)" required="required" data-valid-name="내용"></textarea>
 												<p class="txt_cnt">
 													<span id="contactus_cnt" class="contactus_cnt"><em class="c_primary">0</em>/500</span>
 												</p>
@@ -285,7 +285,7 @@
 		
 		$('#btnQnaMore').trigger('click');
 		
-		$('#questContent').bind('input paste', function() {
+		$('#qnaRegisterForm textarea[name=questContent]').bind('input paste', function() {
 			  $(this).trigger('keyup');
 		});
 	});

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/common/fragments/FooterMob.html

@@ -10,7 +10,7 @@
 			<a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_MYPAGE);" class="btn-my">Mypage</a>
 			<a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_MAIN);" class="btn-home">Home</a>
 			<a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_WISHLIST);" class="btn-wish">Wish</a>
-			<a href="javascript:history.back(-1);" class="btn-history">History</a>
+			<a href="javascript:void(0);" class="btn-history">History</a>
 		</div>
 			<!-- 
 				<span class="txt-balloon" id="tutorial_mycloset" style=""> 툴팁예제</span>

+ 6 - 0
src/main/webapp/WEB-INF/views/mob/goods/GoodsQnaDetailFormMob.html

@@ -122,6 +122,12 @@
 		setTimeout(fnGoodsQnaList, 100);  //딜상품상세 용
 	}
 	
+	$(document).ready( function() {
+		$("#goodsQnaDetailForm  textarea[name=questContent]").bind('input paste', function() {
+			  $(this).trigger('keyup');
+		});
+	});
+	
 	
 	
 /*]]>*/

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

@@ -657,7 +657,7 @@ var fnChooseFile = function(obj) {
 					                reader.readAsDataURL(rotateFile);
 
 					            }, fileType)
-					        }, { orientation: 1});
+					        }, { orientation: 6});
 						}
 				); 
 		}