diff --git a/public/theme-init.js b/public/theme-init.js index 53b8081..60a688f 100644 --- a/public/theme-init.js +++ b/public/theme-init.js @@ -13,7 +13,7 @@ } else { document.documentElement.removeAttribute("data-theme"); } - } catch (_e) { + } catch { // If localStorage is blocked, just fall back to light theme document.documentElement.removeAttribute("data-theme"); }