删除 jQuery 错误

hotfix/paypal-note
LiaoYijun 3 years ago
parent 256927b3da
commit 7fb9d97b9c

@ -723,7 +723,6 @@
if (currentTarget.id === 'november8th') {
ticketTypePremium.style.display = 'none';
vipTypePremium.style.display = 'none';
$('#Standard').click();
} else {
ticketTypePremium.style.display = '';
vipTypePremium.style.display = '';

@ -720,7 +720,6 @@
if (currentTarget.id === 'november8th') {
ticketTypePremium.style.display = 'none';
vipTypePremium.style.display = 'none';
$('#Standard').click();
} else {
ticketTypePremium.style.display = '';
vipTypePremium.style.display = '';

Loading…
Cancel
Save