diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-01-10 22:44:52 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-01-10 22:44:52 -0500 |
commit | 0286cc57ce62d2b9a0d8215d140adb5d89928c4a (patch) | |
tree | 02df9f8d55d297e2e1ec7ad143f8e54acdf07b87 /scripts | |
parent | d1e77540823892892f69b6278200216f686bcf8a (diff) |
Yet another bug
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/theme.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() |