From 53202c5e325d20dbd39040e1cc3da34d44954bc1 Mon Sep 17 00:00:00 2001 From: Michael Stegeman Date: Wed, 2 Dec 2020 11:49:09 -0900 Subject: [PATCH] Fix tunnel setup form. (#2667) --- static/js/setup-subdomain.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/setup-subdomain.js b/static/js/setup-subdomain.js index e0b8f40c0..acec77357 100644 --- a/static/js/setup-subdomain.js +++ b/static/js/setup-subdomain.js @@ -177,6 +177,7 @@ function setupForm() { reclaimMessage.classList.remove('hidden'); reclaimMessage.querySelector('a').onclick = () => { document.getElementById('opt-in-group').style.display = 'none'; + document.getElementById('agree-group').style.display = 'none'; reclamationToken.style.display = 'block'; reclamationToken.focus();