diff --git a/src/pretix/static/pretixpresale/js/widget/widget.js b/src/pretix/static/pretixpresale/js/widget/widget.js index 4cafd38dac..af62b15380 100644 --- a/src/pretix/static/pretixpresale/js/widget/widget.js +++ b/src/pretix/static/pretixpresale/js/widget/widget.js @@ -1804,7 +1804,7 @@ var shared_root_methods = { } }); }, - reload: function (opt) { + reload: function (opt = {}) { var url; if (this.$root.is_button) { return;