()
| 211 | } |
| 212 | |
| 213 | function resetSession(){ |
| 214 | stopBreathing(); |
| 215 | document.getElementById('timer').textContent = '00:00'; |
| 216 | document.getElementById('instruction').textContent = 'Click the circle to begin'; |
| 217 | document.getElementById('playBtn').textContent = 'Start'; |
| 218 | currentPhase = 'inhale'; |
| 219 | |
| 220 | } |
| 221 | |
| 222 | createParticles(); |
| 223 |
nothing calls this directly
no test coverage detected