From 58a4c33743289af4c75773991b085017ce5cfc9d Mon Sep 17 00:00:00 2001 From: Danny Gershman Date: Sun, 2 Jul 2023 22:35:51 -0400 Subject: [PATCH] adjusting SMS disclaimer by moving it to later in the callflow where it would always be called --- legacy/input-method.php | 6 ------ legacy/meeting-search.php | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/legacy/input-method.php b/legacy/input-method.php index 6ed14a161..f8b7752cf 100644 --- a/legacy/input-method.php +++ b/legacy/input-method.php @@ -73,12 +73,6 @@ - - - - $method) { if ($method == LocationSearchMethod::VOICE) { ?> diff --git a/legacy/meeting-search.php b/legacy/meeting-search.php index 6692e4c12..0ecec6437 100644 --- a/legacy/meeting-search.php +++ b/legacy/meeting-search.php @@ -49,6 +49,12 @@ } } + if (!json_decode(setting("sms_ask")) && !json_decode(setting("sms_disable"))) { ?> + + + +