aboutsummaryrefslogtreecommitdiffhomepage
path: root/web/src
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 /web/src
parentdd98880654000b5bdce7bf9457e3c0697312914d (diff)
downloadnotes-14dd90461b98a05cdce34abf7d131f9548f96277.tar.gz
notes-14dd90461b98a05cdce34abf7d131f9548f96277.zip
deploy: 71f601e9431878035e1ff3a60680cac4617bf095
Diffstat (limited to 'web/src')
-rw-r--r--web/src/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/tags.html b/web/src/tags.html
index 25597ca..d9ea9af 100644
--- a/web/src/tags.html
+++ b/web/src/tags.html
@@ -26,7 +26,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"