Skip to content

Commit 8a1e574

Browse files
authored
add button functionality
1 parent 1e98ca8 commit 8a1e574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
const compare = document.getElementById("#div-compare");
33
const original = document.getElementById("#div-original");
44

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

88
function originalFunc() {
99

0 commit comments

Comments
 (0)