forked from CGM_Public/pretix_original
hopefully fix label-selector for paypal2
This commit is contained in:
committed by
Mira Weller
parent
55ad29cd8d
commit
7406403939
@@ -272,7 +272,7 @@ var pretixpaypal = {
|
||||
// The first selector is used on the regular payment-step of the checkout flow
|
||||
// The second selector is used for the payment method change view.
|
||||
// In the long run, the layout of both pages should be adjusted to be one.
|
||||
let textselector = $("label[for=input_payment_paypal_apm]");
|
||||
let textselector = inputselector.closest("label");
|
||||
let textselector2 = inputselector.next("strong");
|
||||
let eligibles = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user