From 0286cc57ce62d2b9a0d8215d140adb5d89928c4a Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 10 Jan 2022 22:44:52 -0500 Subject: Yet another bug --- scripts/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/theme.js b/scripts/theme.js index 0a11297..8f6aa33 100644 --- a/scripts/theme.js +++ b/scripts/theme.js @@ -12,7 +12,7 @@ const BASE_THEMES = [[ const APP_NAME = "cshift-net"; class Theme{ - static theme = document.getElementById("theme-" + APP_NAME); + static theme = document.getElementById("theme"); static UserThemes = [[],[]]; static init() -- cgit v1.2.3