aboutsummaryrefslogtreecommitdiffhomepage
path: root/print.html
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2024-02-17 01:40:30 +0000
committerjohannst <johannst@users.noreply.github.com>2024-02-17 01:40:30 +0000
commit14dd90461b98a05cdce34abf7d131f9548f96277 (patch)
tree35a060af464df689cc43b1a2e4046577bac0e363 /print.html
parentdd98880654000b5bdce7bf9457e3c0697312914d (diff)
downloadnotes-14dd90461b98a05cdce34abf7d131f9548f96277.tar.gz
notes-14dd90461b98a05cdce34abf7d131f9548f96277.zip
deploy: 71f601e9431878035e1ff3a60680cac4617bf095
Diffstat (limited to 'print.html')
-rw-r--r--print.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.html b/print.html
index 071752f..9da4ae2 100644
--- a/print.html
+++ b/print.html
@@ -6216,7 +6216,7 @@ window.onload = () =&gt; {
const filter = document.getElementById("filter");
// Create buttons for each tag T.
- ['arm', 'x86', 'clear'].forEach(T =&gt; {
+ ["arm", "x86", "clear"].forEach(T =&gt; {
const btn = document.createElement("button");
btn.innerHTML = T;
btn.onclick = T === "clear"