mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-08-11 11:02:48 +02:00
fix onload
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user