ukko: hiding boards was not permanent
This commit is contained in:
parent
f50eb94929
commit
fbb3fe2df8
@ -4,7 +4,8 @@ var cache = new Array(),
|
|||||||
thread = false,
|
thread = false,
|
||||||
loading = false,
|
loading = false,
|
||||||
ukkotimer = false;
|
ukkotimer = false;
|
||||||
if (localStorage.hiddenboards !== null) {
|
|
||||||
|
if (localStorage.hiddenboards === undefined) {
|
||||||
localStorage.hiddenboards = "{}";
|
localStorage.hiddenboards = "{}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user