Skip to content

Commit

Permalink
remove knob disable logic, no need for it...
Browse files Browse the repository at this point in the history
  • Loading branch information
dnanto committed Aug 8, 2024
1 parent 8a21e0c commit f059fe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
document.getElementById("download_svg").addEventListener("click", download_svg);
document.getElementById("show_citation").addEventListener("click", () => document.getElementById("citation").showModal());
document.getElementById("close_citation").addEventListener("click", () => document.getElementById("citation").close());
document.getElementById("penton_fiber_toggle").addEventListener("change", (e) => (document.getElementById("knob_toggle").disabled = !e.target.checked));
update();
};
</script>
Expand Down

0 comments on commit f059fe4

Please sign in to comment.