diff --git a/zefie_wtvp_minisrv/ServiceVault/wtv-tricks/cSetup.js b/zefie_wtvp_minisrv/ServiceVault/wtv-tricks/cSetup.js index dde3aeb7..6adbe548 100644 --- a/zefie_wtvp_minisrv/ServiceVault/wtv-tricks/cSetup.js +++ b/zefie_wtvp_minisrv/ServiceVault/wtv-tricks/cSetup.js @@ -77,7 +77,7 @@ hspace="0" vspace="0" fontsize="large" noscroll> function setOther() { count = document.connect.preset.length; document.connect.preset.selectedIndex = count - 1; - updateService(); + setTimeout(updateService,10); } function updateService() { srv = document.connect.preset[document.connect.preset.selectedIndex].value; @@ -111,7 +111,7 @@ hspace="0" vspace="0" fontsize="large" noscroll> document.message.msg.value="Jarhead\'s public minisrv, offers the most production-like WebTV service, to simulate how it was like back then." alert("Coming soon!") document.connect.preset.selectedIndex = document.connect.preset.selectedIndex - 1; - updateService(); + setTimeout(updateService,10); case "other": document.message.msg.value="Your custom service." @@ -158,7 +158,7 @@ hspace="0" vspace="0" fontsize="large" noscroll> Address:    Port: - +