mirror of
https://github.com/pretix/pretix.git
synced 2026-05-17 17:14:04 +00:00
remove unnecessary type from dialog options
This commit is contained in:
@@ -421,7 +421,6 @@ $(function () {
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
window.pretix.dialog({
|
window.pretix.dialog({
|
||||||
type: "alert",
|
|
||||||
label: gettext("You have not selected any ticket."),
|
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."),
|
message: gettext("Please tick a checkbox or enter a quantity for one of the ticket types to add to the cart."),
|
||||||
icon: 'exclamation',
|
icon: 'exclamation',
|
||||||
|
|||||||
Reference in New Issue
Block a user