try fixing localstorage again
This commit is contained in:
parent
81a398ab26
commit
693bcdeffd
@ -41,8 +41,8 @@ function enable_theme(prefix, name) {
|
|||||||
if (theme) {
|
if (theme) {
|
||||||
theme.href = prefix + "static/"+ name + ".css";
|
theme.href = prefix + "static/"+ name + ".css";
|
||||||
var st = get_storage();
|
var st = get_storage();
|
||||||
st.setItem("nntpchan_prefix", prefix);
|
st.nntpchan_prefix = prefix;
|
||||||
st.setItem("nntpchan_theme", name);
|
st.nntpchan_theme = name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user