undo more stuff I did for debugging

This commit is contained in:
zefie
2022-11-28 11:57:05 -05:00
parent 731582a09d
commit 81c77e505c

View File

@@ -67,11 +67,11 @@ hspace="0" vspace="0" fontsize="large" noscroll>
function doConnect() { function doConnect() {
// if (document.connect.machine.value == "${minisrv_config.services['wtv-1800'].host}" && document.connect.port.value == "${minisrv_config.services['wtv-1800'].port}") { if (document.connect.machine.value == "${minisrv_config.services['wtv-1800'].host}" && document.connect.port.value == "${minisrv_config.services['wtv-1800'].port}") {
// alert("You are already here!"); alert("You are already here!");
// } else { } else {
document.connect.submit(); document.connect.submit();
// } }
} }