From d2ebbcc4d90c9cfc927542c199b78fd2728a2178 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Wed, 14 May 2025 11:28:42 +0200 Subject: [PATCH] remove unnecessary type from dialog options --- src/pretix/static/pretixpresale/js/ui/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pretix/static/pretixpresale/js/ui/main.js b/src/pretix/static/pretixpresale/js/ui/main.js index 95e57a8ed3..6a08c7f41b 100644 --- a/src/pretix/static/pretixpresale/js/ui/main.js +++ b/src/pretix/static/pretixpresale/js/ui/main.js @@ -421,7 +421,6 @@ $(function () { e.preventDefault(); e.stopPropagation(); window.pretix.dialog({ - type: "alert", label: gettext("You have not selected any ticket."), message: gettext("Please tick a checkbox or enter a quantity for one of the ticket types to add to the cart."), icon: 'exclamation',