From 79ee89bde91293e22c314c436ac095b3c9b811c5 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 3 Feb 2023 13:42:05 +0100 Subject: [PATCH] Widget: Add data-id attributes to items, variations and categories --- src/pretix/static/pretixpresale/js/widget/widget.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pretix/static/pretixpresale/js/widget/widget.js b/src/pretix/static/pretixpresale/js/widget/widget.js index 64ba2f411..5288a10ef 100644 --- a/src/pretix/static/pretixpresale/js/widget/widget.js +++ b/src/pretix/static/pretixpresale/js/widget/widget.js @@ -362,7 +362,7 @@ Vue.component('pricebox', { } }); Vue.component('variation', { - template: ('
' + template: ('
' + '
' // Variation description @@ -411,7 +411,7 @@ Vue.component('variation', { } }); Vue.component('item', { - template: ('
' + template: ('
' + '
' // Product description @@ -517,7 +517,7 @@ Vue.component('item', { } }); Vue.component('category', { - template: ('
' + template: ('
' + '

{{ category.name }}

' + '
' + '
'