Skip to content

Commit 8667300

Browse files
committed
add: type button
1 parent a139d65 commit 8667300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<div class="thumbs"></div>
1717
</div>
1818
<div class="buttons">
19-
<button id="start">start autoplay</button>
20-
<button id="invert">invert autoplay</button>
21-
<button id="stop">stop autoplay</button>
19+
<button id="start" type="button">start autoplay</button>
20+
<button id="invert" type="button">invert autoplay</button>
21+
<button id="stop" type="button">stop autoplay</button>
2222
</div>
2323
</div>
2424
<script src="./js/data.js"></script>

0 commit comments

Comments
 (0)