diff options
| author | Paul Buetow <paul@buetow.org> | 2026-08-02 19:19:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-08-02 19:19:39 +0300 |
| commit | e602a19c62c025846912eca3524f925d96d965cd (patch) | |
| tree | 00921784cbc54446f21b6cb6b4fa3f09c7b34eb8 /internal/generator/templates/shared | |
| parent | 4aebd8dda1306a2e7634b53a84182f8590aae459 (diff) | |
Amp-Thread-ID: https://ampcode.com/threads/T-019fc31d-668a-769a-8dc8-554ecbd6a274
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'internal/generator/templates/shared')
| -rw-r--r-- | internal/generator/templates/shared/shared.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/generator/templates/shared/shared.js b/internal/generator/templates/shared/shared.js index 5b55d01..a272538 100644 --- a/internal/generator/templates/shared/shared.js +++ b/internal/generator/templates/shared/shared.js @@ -170,7 +170,6 @@ var all = (typeof window !== 'undefined' && window.SNONUX_ALL_THEMES) || []; if (all.indexOf(theme) < 0) return; if (theme === window.SNONUX_CURRENT_THEME) return; - try { localStorage.setItem('snonuxTheme', theme); } catch (_) {} // Tear down the previous theme's splash WebGL animation so we don't // leak its requestAnimationFrame loop and renderer when theme.js |
