fix onload
This commit is contained in:
parent
2c03b8fd6b
commit
e97c4bab53
@ -49,7 +49,7 @@ function enable_theme(prefix, name) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
document.body.onload = function() {
|
document.onload = function() {
|
||||||
var st = get_storage();
|
var st = get_storage();
|
||||||
if (st.nntpchan) {
|
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