--- src/main/webapp/WEB-INF/jsp/web/kakao/msgdata/at/KakaoAlimtalkMsgDataView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/msgdata/at/KakaoAlimtalkMsgDataView.jsp
... | ... | @@ -700,10 +700,6 @@ |
| 700 | 700 |
success: function (data) {
|
| 701 | 701 |
console.log('data : ', data);
|
| 702 | 702 |
|
| 703 |
- |
|
| 704 |
- |
|
| 705 |
- return false; |
|
| 706 |
- |
|
| 707 | 703 |
var status = data.status; |
| 708 | 704 |
if("OK" == status){
|
| 709 | 705 |
var resultSts = data.object.resultSts; |
... | ... | @@ -1507,7 +1503,7 @@ |
| 1507 | 1503 |
<div class="clearfix receipt_num receiver_wrap01"> |
| 1508 | 1504 |
<div class="receipt_num_top"> |
| 1509 | 1505 |
<label for="callTo" class="label">받는 번호입력</label> |
| 1510 |
- <input value="01083584250" type="text" id="callTo" name="callTo" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" placeholder="번호를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='번호를 입력하세요'" style="width:340px;"> |
|
| 1506 |
+ <input type="text" id="callTo" name="callTo" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" placeholder="번호를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='번호를 입력하세요'" style="width:340px;"> |
|
| 1511 | 1507 |
<button type="button" class="btnType btnType6 addCallToF">번호추가</button> |
| 1512 | 1508 |
</br> |
| 1513 | 1509 |
<span> |
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?