don't check for non existant key in localstorage
This commit is contained in:
parent
7296bc6944
commit
81a398ab26
@ -48,7 +48,5 @@ function enable_theme(prefix, name) {
|
|||||||
|
|
||||||
document.onload = function() {
|
document.onload = function() {
|
||||||
var st = get_storage();
|
var st = get_storage();
|
||||||
if (st.nntpchan) {
|
enable_theme(st.nntpchan_prefix, st.nntpchan_theme);
|
||||||
enable_theme(st.nntpchan_prefix, st.nntpchan_theme);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user