Add files via upload
This commit is contained in:
parent
60d4a4863c
commit
97ddf01ed1
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
} else {
|
||||
document.documentElement.removeAttribute("data-theme");
|
||||
}
|
||||
} catch (e) {
|
||||
} catch (_e) {
|
||||
// If localStorage is blocked, just fall back to light theme
|
||||
document.documentElement.removeAttribute("data-theme");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue