Browse Source

ukko: hiding boards was not permanent

pull/40/head
czaks 10 years ago
parent
commit
fbb3fe2df8
  1. 3
      templates/themes/ukko/ukko.js

3
templates/themes/ukko/ukko.js

@ -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…
Cancel
Save