diff --git a/src/App.svelte b/src/App.svelte index cd73134..d0a0933 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -33,8 +33,8 @@ //****************************************************variable section**********************************************************/ //******************************************************************************************************************************/ - //let myip = document.location.hostname; - let myip = "192.168.88.235"; + let myip = document.location.hostname; + //let myip = "192.168.88.235"; //Flags let showInput = false;