소스 검색

Merge remote-tracking branch 'origin/xodud1202' into develop

xodud lee 5 년 전
부모
커밋
56cb0dd60c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/webapp/biz/payment.js

+ 0 - 1
src/main/webapp/biz/payment.js

@@ -43,7 +43,6 @@ function call_pay_form()
 	if(v_frm.encoding_trans == undefined) {
 		v_frm.action = PayUrl;
 	} else if(v_frm.encoding_trans.value == "UTF-8") {
-		alert(PayUrl);
 		v_frm.action = PayUrl.substring(0, PayUrl.lastIndexOf("/")) + "/jsp/encodingFilter/encodingFilter.jsp";
 		v_frm.PayUrl.value = PayUrl;
 	} else {