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**********************************************************/ //******************************************************************************************************************************/