등록 로딩바에 숫자 카운트 진행기능 수정
@fb59293a5e65e8ed851a74a44c7f29388f094842
--- src/main/webapp/WEB-INF/jsp/web/fax/addr/FaxAddrList.jsp
+++ src/main/webapp/WEB-INF/jsp/web/fax/addr/FaxAddrList.jsp
... | ... | @@ -808,8 +808,6 @@ |
| 808 | 808 |
return row; |
| 809 | 809 |
}); |
| 810 | 810 |
|
| 811 |
- console.log('updateData : ', updateData);
|
|
| 812 |
- |
|
| 813 | 811 |
$.ajax({
|
| 814 | 812 |
type: "POST" |
| 815 | 813 |
, url: "/web/mjon/fax/addr/faxAddrMassInsertByTempAjax_advc.do" |
... | ... | @@ -1171,7 +1169,7 @@ |
| 1171 | 1169 |
<div class="loading_layer"> |
| 1172 | 1170 |
<div class="loading_container"> |
| 1173 | 1171 |
<div class="bar"></div> |
| 1174 |
- <div class="text">Loading</div> |
|
| 1172 |
+ <div class="text" id="lodingTxt">Loading</div> |
|
| 1175 | 1173 |
</div> |
| 1176 | 1174 |
</div> |
| 1177 | 1175 |
|
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?