diff --git a/index.html b/index.html index 3404405..1f3ff6a 100644 --- a/index.html +++ b/index.html @@ -154,7 +154,7 @@
- +
diff --git a/index.js b/index.js index 925637a..f321db4 100644 --- a/index.js +++ b/index.js @@ -32,6 +32,6 @@ function set_populate(bap) { if (bap == true) { window.localStorage.show_all = true } else { - window.localStorage.show_all = false + delete window.localStorage.show_all } }