Skip to content

Commit 3513d45

Browse files
authored
add button functionaltiy
1 parent 8450bb8 commit 3513d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const compare = document.getElementById("div-compare");
33
const original = document.getElementById("div-original");
44

55
const originalHide = document.getElementById("button-original");
6-
const compareHide = document.getElementById("button-original");
6+
const compareHide = document.getElementById("button-compare");
77

88
function originalFunc() {
99

0 commit comments

Comments
 (0)