Archived
1
0

don't use main/onload for theme application

This commit is contained in:
Jeff Becker 2016-03-08 10:45:39 -05:00
parent 077b61270c
commit 68c071e318
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -47,7 +47,9 @@ function enable_theme(prefix, name) {
}
function main() {
// apply themes
var st = get_storage();
enable_theme(st.nntpchan_prefix, st.nntpchan_theme);
// do other initialization here
}
// apply themes
var st = get_storage();
enable_theme(st.nntpchan_prefix, st.nntpchan_theme);