mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-29 19:37:30 +01:00
ukko: hiding boards was not permanent
This commit is contained in:
parent
281a4707c7
commit
8ad32c7ba8
@ -4,7 +4,8 @@ var cache = new Array(),
|
||||
thread = false,
|
||||
loading = false,
|
||||
ukkotimer = false;
|
||||
if (localStorage.hiddenboards !== null) {
|
||||
|
||||
if (localStorage.hiddenboards === undefined) {
|
||||
localStorage.hiddenboards = "{}";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user