From 509ad0a518f6f88fed3ec39b88a8735869ef961a Mon Sep 17 00:00:00 2001 From: thermoscookies Date: Wed, 3 Jan 2018 08:56:22 -0800 Subject: [PATCH 01/11] added to .eslintrc --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 6e17f0f4b..e90aad905 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -72,6 +72,7 @@ "notifyPokemon": true, "notifyRarity": true, "notifyIv": true, + "notifyIv0": true, "notifyLevel": true, "notifyRaid": true, "enableRaids": true, From af5fb7a50663162444fbd39ce6a37e0fb099ae05 Mon Sep 17 00:00:00 2001 From: thermoscookies Date: Wed, 3 Jan 2018 10:31:16 -0800 Subject: [PATCH 02/11] switch is showing on front end --- config/default.php | 3 +++ config/example.config.php | 3 +++ pre-index.php | 14 ++++++++++++++ 3 files changed, 20 insertions(+) diff --git a/config/default.php b/config/default.php index 25de7c39c..1de355269 100644 --- a/config/default.php +++ b/config/default.php @@ -136,6 +136,9 @@ $noNotifyIv = false; // true/false $notifyIv = '""'; // "" for empty or a number +$noNotifyIv0 = false; // true/false +$notifyIv0 = false; // true/false + $noNotifyLevel = false; // true/false $notifyLevel = '""'; // "" for empty or a number diff --git a/config/example.config.php b/config/example.config.php index 9ebfbd4d7..17f1204cf 100644 --- a/config/example.config.php +++ b/config/example.config.php @@ -125,6 +125,9 @@ $noNotifyIv = false; // true/false $notifyIv = '""'; // "" for empty or a number +$noNotifyIv0 = false; // true/false +$notifyIv0 = false; // true/false + $noNotifyLevel = false; // true/false $notifyLevel = '""'; // "" for empty or a number diff --git a/pre-index.php b/pre-index.php index 5095f8bbf..da8c93fbf 100644 --- a/pre-index.php +++ b/pre-index.php @@ -474,6 +474,20 @@ class="onoffswitch-checkbox"/> } ?> +

Notify on 0iv

+
+ + +
'; + } + ?> +