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
}