Display the indeterminate progress bar.
(message)
| 242 | |
| 243 | /** Display the indeterminate progress bar. */ |
| 244 | function hideProgress(message) { |
| 245 | progressBar.style.display = 'none'; |
| 246 | progressText.style.display = 'none'; |
| 247 | } |
| 248 | |
| 249 | hideProgress(); |
no outgoing calls
no test coverage detected