From 5bdc7038ddc1dd9273b1dab63994a1675e1b03ed Mon Sep 17 00:00:00 2001 From: Weather Date: Fri, 27 Mar 2026 02:43:59 -0400 Subject: [PATCH 1/2] fix: removes duplicate .js injects --- src/static/js/main.js | 1 + src/templates/index.html | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/main.js b/src/static/js/main.js index 92f0f18..7b0dd69 100644 --- a/src/static/js/main.js +++ b/src/static/js/main.js @@ -62,6 +62,7 @@ async function longUpdate() { async function mediumUpdate() { try { + console.log("PEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE") const [wikiRes, announcementRes] = await Promise.all([ fetch('/api/wikithought', { method: 'GET', mode: 'cors' }), fetch('/api/announcement', { method: 'GET', mode: 'cors' }) diff --git a/src/templates/index.html b/src/templates/index.html index 5953de9..1c48aa3 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -73,5 +73,4 @@ - {% endblock %} \ No newline at end of file From 5e4fb074012664e2ce65617d3847289ccf3575bf Mon Sep 17 00:00:00 2001 From: Weather Date: Fri, 27 Mar 2026 02:44:51 -0400 Subject: [PATCH 2/2] docs: removes logs --- src/static/js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static/js/main.js b/src/static/js/main.js index 7b0dd69..92f0f18 100644 --- a/src/static/js/main.js +++ b/src/static/js/main.js @@ -62,7 +62,6 @@ async function longUpdate() { async function mediumUpdate() { try { - console.log("PEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE") const [wikiRes, announcementRes] = await Promise.all([ fetch('/api/wikithought', { method: 'GET', mode: 'cors' }), fetch('/api/announcement', { method: 'GET', mode: 'cors' })