From 6650f57295522a74154f95b0c686de471da4875a Mon Sep 17 00:00:00 2001 From: Ezra Fein Date: Sat, 22 Jun 2019 18:51:21 -0400 Subject: [PATCH] tee --- index.html | 2 +- index.js | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 931784b..3404405 100644 --- a/index.html +++ b/index.html @@ -152,7 +152,7 @@ populated, the button to the right
is for you.
-
+
diff --git a/index.js b/index.js index e53b3d9..f321db4 100644 --- a/index.js +++ b/index.js @@ -28,3 +28,10 @@ function red(red) { document.body.style.backgroundColor = "" } } +function set_populate(bap) { + if (bap == true) { + window.localStorage.show_all = true + } else { + delete window.localStorage.show_all + } +}