mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-01 20:34:46 +02:00
don't check for non existant key in localstorage
This commit is contained in:
@@ -48,7 +48,5 @@ function enable_theme(prefix, name) {
|
||||
|
||||
document.onload = function() {
|
||||
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