undo more stuff I did for debugging
This commit is contained in:
@@ -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();
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user