Update thinclient.html (#668)

Co-authored-by: Chris Gerth <gerth2@users.noreply.github.com>
This commit is contained in:
Sriman Achanta
2022-12-30 17:59:00 -05:00
committed by GitHub
parent 74b807343e
commit 8028d1887c

View File

@@ -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
}