Add files via upload
This commit is contained in:
parent
f3a40eadbb
commit
51e4911fd1
2 changed files with 3 additions and 3 deletions
|
|
@ -549,7 +549,7 @@ function initThemeFromPreference() {
|
|||
let stored = null;
|
||||
try {
|
||||
stored = localStorage.getItem(THEME_STORAGE_KEY);
|
||||
} catch {
|
||||
} catch (_e) {
|
||||
// ignore
|
||||
}
|
||||
|
||||
|
|
@ -599,7 +599,7 @@ function createThemeToggle(initialTheme) {
|
|||
|
||||
try {
|
||||
localStorage.setItem(THEME_STORAGE_KEY, newTheme);
|
||||
} catch {
|
||||
} catch (_e) {
|
||||
// ignore
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue