()
| 68 | //fill trialLeft box with hearts |
| 69 | |
| 70 | function addHearts() { |
| 71 | $("#trialsLeft").empty(); |
| 72 | for (i = 0; i < trialsLeft; i++) { |
| 73 | $("#trialsLeft").append('<img src="../assets/images/bomb.png" class="life">'); |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | //start sending fruits |
| 78 |
no test coverage detected