Browse Source

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

xodud lee 5 years ago
parent
commit
56cb0dd60c
1 changed files with 0 additions and 1 deletions
  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 {