Skip to content

Commit

Permalink
Clear Form State on Successful Submission
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherzog authored Mar 24, 2022
1 parent b00214a commit 9454e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ <h1 id="typetitle" class="card-title"></h1>
$('#seeEvent').style.display = 'inline';
$('#seeEvent').href = details.htmlLink;
$('dialog')[0].setAttribute('open', true);
toggleMeetingType(meetingTypes[$('#typetitle').dataset.type]);
}

function errorScheduling(error) {
Expand Down

0 comments on commit 9454e94

Please sign in to comment.