diff --git a/templates/tickets/choose.html b/templates/tickets/choose.html index 8f444292c..97ab6f861 100644 --- a/templates/tickets/choose.html +++ b/templates/tickets/choose.html @@ -168,6 +168,7 @@ $('.amount').on('change', EMF.update_total).change(); $('[name=set_currency]').on('click', function(event) { $(this).closest('.btn-group').find('.btn').not(this).removeClass('active'); + $(this).addClass('active') $('#currency_code').val($(this).attr('value')); EMF.update_currency(); EMF.update_total();