mmozone

Fallout 76

Buy bottlecaps to use for shield repairs, crafting reagents and to buy weapons to use in Fallout76 as you battle your way across the wasteland.

GOLD

Custom Amount: K Bottlecaps EUR
I want to spend: EUR

Fallout 76

6.5531.58


SKU: FALLOUT76 Category:

Description

Buy bottlecaps to use for shield repairs, crafting reagents and to buy weapons to use in Fallout76 as you battle your way across the wasteland.

I want to spend: EUR
$('.ProductViewCustomAmount, .ProductViewCustomTotal').show(); $('.ProductViewVariations').hide(); } else { console.log("I am on line 78"); $('.ProductViewCustomAmount, .ProductViewCustomTotal').hide(); $('.ProductViewVariations').show(); } } // Initial check var initial = $('.OptionForm--Radio button.active').data('type') || $('.OptionForm--Radio button:first').data('type'); toggleCustomAmount(initial); // On button click $(document).on('click', '.OptionForm--Radio button', function (e) { e.preventDefault(); $('.OptionForm--Radio button').removeClass('active'); $(this).addClass('active'); var selected = $(this).data('type'); // <-- now correct toggleCustomAmount(selected); }); // On select change $(document).on('change', '.OptionForm--Select select', function () { toggleCustomAmount($(this).val()); }); });