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 24426b4 commit b7084f5Copy full SHA for b7084f5
script.js
@@ -5,7 +5,7 @@ const original = document.getElementById("#div-original");
5
const originalHide = document.getElementById("#original-button");
6
const compareHide = document.getElementById("#compare-button");
7
8
-function original() {
+function originalFunc() {
9
10
if (originalHide.innerText === "Hide Original") {
11
original.style.display = "none";
0 commit comments