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 8450bb8 commit 3513d45Copy full SHA for 3513d45
script.js
@@ -3,7 +3,7 @@ const compare = document.getElementById("div-compare");
3
const original = document.getElementById("div-original");
4
5
const originalHide = document.getElementById("button-original");
6
-const compareHide = document.getElementById("button-original");
+const compareHide = document.getElementById("button-compare");
7
8
function originalFunc() {
9
0 commit comments