sms5에서 오타 및 필요없는 구문 삭제

This commit is contained in:
thisgun
2014-06-02 14:31:11 +09:00
parent e9c3399d32
commit ec9d28df7a

View File

@ -655,7 +655,7 @@ var sms_obj={
} }
}; };
(function($){ (function($){
$("#form_sms input[type=text], #form_sms select, #form_sms textare").keypress(function(e){ $("#form_sms input[type=text], #form_sms select").keypress(function(e){
return e.keyCode != 13; return e.keyCode != 13;
}); });
sms_obj.fn_paging = function( hash_val,total_page,$el,$search_form ){ sms_obj.fn_paging = function( hash_val,total_page,$el,$search_form ){