Skip to content

Commit 3a140d3

Browse files
committed
resume method
1 parent d34961e commit 3a140d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ <h3>Progressbar Timer</h3>
138138
<h3><timer><div class="progress progress-striped active">
139139
<div class="bar" style="width: {{seconds}}%;"></div>
140140
</div></timer></h3>
141-
<button type="button" class="btn" onclick="startTimer('timer1', this)">Start</button>
142-
<button type="button" class="btn" onclick="stopTimer('timer1', this)">Stop</button>
141+
<button type="button" class="btn" onclick="startTimer('progressbar-timer')">Start</button>
142+
<button type="button" class="btn" onclick="stopTimer('progressbar-timer')">Stop</button>
143143
</div>
144144
</section>
145145

0 commit comments

Comments
 (0)