Archived
1
0

don't check for non existant key in localstorage

This commit is contained in:
Jeff Becker 2016-03-07 20:55:46 -05:00
parent 7296bc6944
commit 81a398ab26
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -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);
}