카톡 발송 화면 오류 수정
This commit is contained in:
parent
dbe649e9e2
commit
49781a4f93
@ -1228,7 +1228,7 @@ function checkNumber(event) {
|
|||||||
|
|
||||||
//재전송 스크립트 수정
|
//재전송 스크립트 수정
|
||||||
$(window).on('load', function() {
|
$(window).on('load', function() {
|
||||||
if("${msgResendAllFlag eq 'Y'}") {
|
if(${msgResendAllFlag eq 'Y'}) {
|
||||||
// 채널 ID 및 템플릿 선택 코드는 유지
|
// 채널 ID 및 템플릿 선택 코드는 유지
|
||||||
$("#selectKakaoProfileList option").filter(function() {
|
$("#selectKakaoProfileList option").filter(function() {
|
||||||
return $(this).text() === '${kakaoVO.msgResendAllYellowId}';
|
return $(this).text() === '${kakaoVO.msgResendAllYellowId}';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user