선거문자 20건 분할발송 엔터 문자발송 테스트
This commit is contained in:
parent
294f1e71d8
commit
f8e77b259f
@ -619,6 +619,7 @@ $(document).keypress(function(e){
|
||||
&& !$(e.target).is('#password_text')
|
||||
&& !$(e.target).is('#searchWord')){
|
||||
|
||||
enterSts = true;
|
||||
fn_sendMsgData();
|
||||
|
||||
}
|
||||
|
||||
@ -25,6 +25,8 @@ var msgResendAllGroupId = "${msgResendAllGroupId}";
|
||||
var msgResendAllAdvertiseYn = "${msgResendAllAdvertiseYn}";
|
||||
var msgResendAllReplaceYn = "${msgResendAllReplaceYn}";
|
||||
|
||||
var enterSts = false;
|
||||
|
||||
$(document).ready(function(){
|
||||
//문자 발송 화면 폼 불러오기
|
||||
listMsgDataView();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user