/** * 2007-2020 PrestaShop * * NOTICE OF LICENSE * * @author Innovadeluxe SL * @copyright 2020 Innovadeluxe SL * @license INNOVADELUXE */ $(document).ready(function () { if ($("#toAppend").length) { var htmlAppend = $("#toAppend").html(); $("#toAppend").remove(); const newHtml = `
`; $(IdxrvalidatinguserFrontConfig.authButtonSelector).replaceWith(newHtml); } });