()
| 1180 | } |
| 1181 | |
| 1182 | function stopBindTaskAutoRefresh() { |
| 1183 | if (!bindTaskAutoRefreshTimer) return; |
| 1184 | clearInterval(bindTaskAutoRefreshTimer); |
| 1185 | bindTaskAutoRefreshTimer = null; |
| 1186 | } |
| 1187 | |
| 1188 | function setButtonLoading(buttonId, loadingText, isLoading) { |
| 1189 | const btn = document.getElementById(buttonId); |
no outgoing calls
no test coverage detected