diff options
author | johannst <johannst@users.noreply.github.com> | 2024-02-17 01:40:30 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2024-02-17 01:40:30 +0000 |
commit | 14dd90461b98a05cdce34abf7d131f9548f96277 (patch) | |
tree | 35a060af464df689cc43b1a2e4046577bac0e363 /print.html | |
parent | dd98880654000b5bdce7bf9457e3c0697312914d (diff) | |
download | notes-14dd90461b98a05cdce34abf7d131f9548f96277.tar.gz notes-14dd90461b98a05cdce34abf7d131f9548f96277.zip |
deploy: 71f601e9431878035e1ff3a60680cac4617bf095
Diffstat (limited to 'print.html')
-rw-r--r-- | print.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6216,7 +6216,7 @@ window.onload = () => { const filter = document.getElementById("filter"); // Create buttons for each tag T. - ['arm', 'x86', 'clear'].forEach(T => { + ["arm", "x86", "clear"].forEach(T => { const btn = document.createElement("button"); btn.innerHTML = T; btn.onclick = T === "clear" |