1
0
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:
czaks 2013-12-24 16:29:14 +01:00
parent 281a4707c7
commit 8ad32c7ba8

View File

@ -4,7 +4,8 @@ var cache = new Array(),
thread = false,
loading = false,
ukkotimer = false;
if (localStorage.hiddenboards !== null) {
if (localStorage.hiddenboards === undefined) {
localStorage.hiddenboards = "{}";
}