ukko: hiding boards was not permanent

This commit is contained in:
czaks 2013-12-24 16:29:14 +01:00
parent f50eb94929
commit fbb3fe2df8

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 = "{}";
}