diff --git a/src/pretix/static/pretixpresale/js/widget/widget.js b/src/pretix/static/pretixpresale/js/widget/widget.js index c5b3542c2..1b2a342b7 100644 --- a/src/pretix/static/pretixpresale/js/widget/widget.js +++ b/src/pretix/static/pretixpresale/js/widget/widget.js @@ -747,7 +747,7 @@ Vue.component('pretix-overlay', { this.$root.frame_shown = false; this.$root.parent.frame_dismissed = true; this.$root.parent.reload(); - this.$root.trigger_close_callback(); + this.$root.parent.trigger_close_callback(); }, iframeLoaded: function () { if (this.$root.frame_loading) {