From 73ccde566fc103a6797e9bcef70751f2a08dce9b Mon Sep 17 00:00:00 2001 From: limepotato Date: Wed, 30 Oct 2024 16:07:04 -0600 Subject: [PATCH] remove todo --- frontend/public/scripts/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/public/scripts/main.js b/frontend/public/scripts/main.js index 270c4d0..a41c28f 100644 --- a/frontend/public/scripts/main.js +++ b/frontend/public/scripts/main.js @@ -124,8 +124,7 @@ function showNtfyInfo() { } } -//// color scheme changer -///TODO: make default gray-scale? +//// color scheme change const headTag = document.getElementsByTagName('head')[0]; const styleTag = document.createElement("style");