Skip to content

Commit 8450bb8

Browse files
authored
add button functionality
1 parent e2fc352 commit 8450bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>Diff checker</h2>
2424

2525
<div id="buttons">
2626
<button id="button-original" onclick="originalFunc()">Hide Original</button>
27-
<button id="button-compare">Hide Compare</button>
27+
<button id="button-compare" onclick="compareFunc()">Hide Compare</button>
2828
</div>
2929

3030
<script src="script.js"></script>

0 commit comments

Comments
 (0)