diff --git a/js/about/contributionStatement.js b/js/about/contributionStatement.js index 14dc468d3d4..9f8524bced2 100644 --- a/js/about/contributionStatement.js +++ b/js/about/contributionStatement.js @@ -98,11 +98,11 @@ class ContributionStatement extends ImmutableComponent { if (transaction) { this.setState({transaction: transaction}) + // Pop up the save dialog (but don't close the statement) if (!this.state.savedPDF) { this.setState({savedPDF: true}) setTimeout(function () { this.renderPdf() - window.close() }.bind(this), 250) }