Archived
1
0

add onload to body

This commit is contained in:
Jeff Becker
2016-03-07 21:00:54 -05:00
parent 693bcdeffd
commit 6392a606c4
4 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,8 @@ function enable_theme(prefix, name) {
}
}
document.onload = function() {
function main() {
// apply themes
var st = get_storage();
enable_theme(st.nntpchan_prefix, st.nntpchan_theme);
}