From 44449eceee888546af2d821cba3b7d42d9a001ec Mon Sep 17 00:00:00 2001 From: zefie Date: Mon, 28 Nov 2022 14:33:21 -0500 Subject: [PATCH] attempt to fix cSetup glitch --- zefie_wtvp_minisrv/ServiceVault/wtv-tricks/cSetup.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: - +