From 59c7c866eb4ddc43f8da36e0ceb379a53658402a Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <67171972+IoTManagerProject@users.noreply.github.com> Date: Wed, 14 Dec 2022 01:00:42 +0100 Subject: [PATCH] 444 --- public/index.html | 6 +++--- src/App.svelte | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 6494d3b..9d22217 100644 --- a/public/index.html +++ b/public/index.html @@ -4,12 +4,12 @@ - IoT Manager 4.4.3 + IoT Manager 4.4.4 - + - + diff --git a/src/App.svelte b/src/App.svelte index 514856a..91f7f4c 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -40,7 +40,7 @@ let opened = false; let preventMove = false; const blobDebug = false; - const devMode = true; + const devMode = false; //****************************************************variable section**********************************************************/ //******************************************************************************************************************************/