diff options
-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() |