Create default config in config dirs
This commit is contained in:
parent
a3c0b194e1
commit
2141c992d7
7 changed files with 171 additions and 14 deletions
|
|
@ -8,7 +8,7 @@ function getCookie(name) {
|
|||
|
||||
const DEFAULT_THEME = 'light'
|
||||
|
||||
window.addEventListener('load', (e) => {
|
||||
window.addEventListener('load', (_e) => {
|
||||
let theme = getCookie('theme');
|
||||
|
||||
if (theme) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue