We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e98ca8 commit 8a1e574Copy full SHA for 8a1e574
script.js
@@ -2,8 +2,8 @@
2
const compare = document.getElementById("#div-compare");
3
const original = document.getElementById("#div-original");
4
5
-const originalHide = document.getElementById("#original-button");
6
-const compareHide = document.getElementById("#compare-button");
+const originalHide = document.getElementById("#button-original");
+const compareHide = document.getElementById("#button-original");
7
8
function originalFunc() {
9
0 commit comments