--- src/main/webapp/WEB-INF/jsp/web/kakao/msgdata/at/KakaoAlimtalkMsgDataView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/msgdata/at/KakaoAlimtalkMsgDataView.jsp
... | ... | @@ -1228,7 +1228,7 @@ |
| 1228 | 1228 |
|
| 1229 | 1229 |
//재전송 스크립트 수정 |
| 1230 | 1230 |
$(window).on('load', function() {
|
| 1231 |
- if("${msgResendAllFlag eq 'Y'}") {
|
|
| 1231 |
+ if(${msgResendAllFlag eq 'Y'}) {
|
|
| 1232 | 1232 |
// 채널 ID 및 템플릿 선택 코드는 유지 |
| 1233 | 1233 |
$("#selectKakaoProfileList option").filter(function() {
|
| 1234 | 1234 |
return $(this).text() === '${kakaoVO.msgResendAllYellowId}';
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?