// License: LGPL-3.0-or-later
jQuery(function($){
$(".closeButton").hide();
if (app.currency_symbol != "€") $("button.sepa").hide();
$("button.sepa").prepend('S€PA ').addClass("u-marginRight--10");
$("button.credit_card").prepend(' ');
$(".ff-wizard-followup a, .ff-wizard-followup button").hide(); // buttons FB and twitter bogus, finish too
});