From 9454e94a499bca66451065e24279870e2ddedaf1 Mon Sep 17 00:00:00 2001 From: Leo <5376265+leoherzog@users.noreply.github.com> Date: Thu, 24 Mar 2022 17:28:23 +0000 Subject: [PATCH] Clear Form State on Successful Submission --- src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.html b/src/index.html index c94ae80..4fc16be 100644 --- a/src/index.html +++ b/src/index.html @@ -425,6 +425,7 @@
$('#seeEvent').style.display = 'inline'; $('#seeEvent').href = details.htmlLink; $('dialog')[0].setAttribute('open', true); + toggleMeetingType(meetingTypes[$('#typetitle').dataset.type]); } function errorScheduling(error) {