mmozone

Lord Of The Rings Online

Visit the Lord of The Rings Online in-game Middle Earth auction house and buy weapons, armour, potions and food with LOTRO Gold.

GOLD

Custom Amount: * 100 = Gold EUR
I want to spend: EUR

Lord Of The Rings Online

7.3059.73


SKU: LOTRO Category:

Description

Visit the Lord of The Rings Online in-game Middle Earth auction house and buy weapons, armour, potions and food with LOTRO Gold.

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()); }); });