휴대폰 본인확인 관련 기능 수정

This commit is contained in:
gnuboard
2013-05-06 21:06:39 +09:00
parent 881e049425
commit 8bc71997f4
10 changed files with 91 additions and 192 deletions

View File

@ -52,7 +52,7 @@ if(!$ordr_idxx)
function auth_type_check(user_name)
{
var auth_form = document.form_auth;
auth_form.user_name.value = encodeURIComponent(user_name);
//auth_form.user_name.value = encodeURIComponent(user_name);
if( auth_form.ordr_idxx.value == "" )
{