Skip to content

Commit

Permalink
shipper: templates: redirect users even if API request fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Jul 3, 2021
1 parent 99b6acb commit 3a0a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shipper/templates/shipper/downloads_build.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h4 class="alert-heading">This is a development server!</h4>
build_id: {{ object.id }}
})
})
.done(function() {
.always(function() {
window.location.href = downloadURL;
});
});
Expand Down

0 comments on commit 3a0a73b

Please sign in to comment.