Skip to content

Commit

Permalink
flows: fix shell not showing spinner after submit
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Jul 26, 2020
1 parent ddb0fde commit a9b5e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions passbook/flows/templates/flows/shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ <h4 class="pf-c-alert__title">
form.addEventListener('submit', (e) => {
e.preventDefault();
let formData = new FormData(form);
showSpinner();
fetch(flowBodyUrl, {
method: 'post',
body: formData,
Expand Down

0 comments on commit a9b5e6e

Please sign in to comment.