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 8a1e574 commit c422b2fCopy full SHA for c422b2f
script.js
@@ -1,9 +1,9 @@
1
2
-const compare = document.getElementById("#div-compare");
3
-const original = document.getElementById("#div-original");
+const compare = document.getElementById("div-compare");
+const original = document.getElementById("div-original");
4
5
-const originalHide = document.getElementById("#button-original");
6
-const compareHide = document.getElementById("#button-original");
+const originalHide = document.getElementById("button-original");
+const compareHide = document.getElementById("button-original");
7
8
function originalFunc() {
9
0 commit comments