diff --git a/js/component/card/contribute.js b/js/component/card/contribute.js index ee994d8..0219414 100644 --- a/js/component/card/contribute.js +++ b/js/component/card/contribute.js @@ -177,6 +177,7 @@ beestat.component.card.contribute.prototype.decorate_contents_ = function(parent } tile_amount_other.addEventListener('click', function() { + self.state_.stripe_connecting = false; self.state_.contribute_amount_other_enabled = true; self.rerender(); });