diff --git a/public/index.html b/public/index.html index 92bec14..4feffb2 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - IoT Manager 4.1.3 + IoT Manager 4.1.4 diff --git a/src/App.svelte b/src/App.svelte index 0e192b7..b659303 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -37,6 +37,7 @@ let opened = false; let preventMove = false; let devMode = true; + let showWidjetJson = false; //****************************************************variable section**********************************************************/ //******************************************************************************************************************************/ @@ -1122,7 +1123,7 @@ wsPush(ws, topic, status)} /> - {#if devMode} + {#if showWidjetJson}