From 8028d1887cc5b74c28787a35e33b564fd6955c1f Mon Sep 17 00:00:00 2001 From: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> Date: Fri, 30 Dec 2022 17:59:00 -0500 Subject: [PATCH] Update thinclient.html (#668) Co-authored-by: Chris Gerth --- photon-client/public/thinclient.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon-client/public/thinclient.html b/photon-client/public/thinclient.html index dd3fe670b..ff4a580c3 100644 --- a/photon-client/public/thinclient.html +++ b/photon-client/public/thinclient.html @@ -304,7 +304,7 @@ document.getElementById("host").value = host_in; } - if(port_in != "" & host_in != ""){ + if(port_in != "" && host_in != ""){ streamStartRequest(); //we got valid inputs, auto-start the stream }