From 0a3691e25e5e0cd57077314c9f180053116069f2 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 8 Jul 2020 09:39:09 -0700 Subject: [PATCH] Flip local bool --- webroot/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/js/utils.js b/webroot/js/utils.js index 470d81dae..55015e692 100644 --- a/webroot/js/utils.js +++ b/webroot/js/utils.js @@ -1,5 +1,5 @@ -const LOCAL_TEST = true; +const LOCAL_TEST = false; const MESSAGE_OFFLINE = 'Stream is offline.';