Update head-inline.js
This commit is contained in:
parent
7ddc6d650d
commit
41bc7c35f3
@ -51,6 +51,6 @@ if (_s && (_s = JSON.parse(_s))) {
|
||||
}
|
||||
}
|
||||
|
||||
if (localStorage.getItem('lightmode')) {
|
||||
_r.dataset.mode = localStorage.getItem('lightmode') == 'true' ? 'light' : '';
|
||||
if (localStorage.getItem('fcnLightmode')) {
|
||||
_r.dataset.mode = localStorage.getItem('fcnLightmode') == 'true' ? 'light' : '';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user