SMS5에서 그룹보기 페이지 ajax 파라미터 동작 오류 수정

This commit is contained in:
thisgun
2015-01-30 13:55:24 +09:00
parent b34d31f6a7
commit 4fb32fad37
2 changed files with 1 additions and 2 deletions

View File

@ -630,7 +630,7 @@ var sms_obj={
},
person : function(bg_no){
var params = { bg_no : bg_no };
this.person_is_search = false;
this.person_is_search = true;
this.person_select( params, "html" );
book_change('book_person');
},