From fea25570054bdefe736523e6bc75b9dea61bbd42 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Mon, 22 Apr 2024 09:46:29 -0500 Subject: [PATCH] HTML added to word list --- config.json | 3 ++- static/index.html | 2 +- static/main.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 4fa0589..17fb7a8 100644 --- a/config.json +++ b/config.json @@ -76,6 +76,7 @@ "SearXNG": "rgb(100, 100, 255)", "Highlighting": "yellow", "highlighted": "yellow", - "Forgejo": "orange" + "Forgejo": "orange", + "HTML": "orange" } } \ No newline at end of file diff --git a/static/index.html b/static/index.html index ac9b604..8d1f70d 100644 --- a/static/index.html +++ b/static/index.html @@ -65,7 +65,7 @@

{RANDOM_QUOTE}

-
+
{ACTIVITIES}
diff --git a/static/main.js b/static/main.js index 6597d73..10d7565 100644 --- a/static/main.js +++ b/static/main.js @@ -112,7 +112,7 @@ function socketeer() { } } else if (data.op == 0) { var discFetch = await (await fetch("/discHTML")).text() - document.querySelector("#activityHTML").innerHTML = discFetch + document.querySelector("#activityHtml").innerHTML = discFetch }else if (data.op == 3) { lastPong = Date.now() } else {