From 1f87e18e9f205e66f0bcb541a87424aee91bb15e Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Mon, 19 Sep 2022 14:56:12 +0200 Subject: [PATCH] 432 --- public/index.html | 2 +- src/App.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index d23cc8a..c0a9e9c 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - IoT Manager 4.3.1 + IoT Manager 4.3.2 diff --git a/src/App.svelte b/src/App.svelte index a208745..6cec0c9 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -39,7 +39,7 @@ let updatingTimeout = 120000; let opened = false; let preventMove = false; - let devMode = true; + let devMode = false; //****************************************************variable section**********************************************************/ //******************************************************************************************************************************/