Archived
1
0

fix onload

This commit is contained in:
Jeff Becker 2016-03-07 20:51:41 -05:00
parent 2c03b8fd6b
commit e97c4bab53
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -49,7 +49,7 @@ function enable_theme(prefix, name) {
}
}
document.body.onload = function() {
document.onload = function() {
var st = get_storage();
if (st.nntpchan) {
enable_theme(st.nntpchan.prefix, st.nntpchan.theme);