This commit is contained in:
2026-06-23 11:42:32 +00:00
parent 9f82db7992
commit f639b08de7
3 changed files with 6 additions and 2 deletions

View File

@@ -26265,6 +26265,10 @@ function changer_entite_portail()
// src_logo="Societes/"+codeSociete+"/Tarifs/Img/logo_societe.png";
src_logo="Societes/"+codeSociete+"/Logos/logo_societe.png";
$("#logo_entite").attr("src",src_logo);
const wrapper = document.querySelector('.login-wrapper');
// wrapper.style.backgroundImage = `url('/prestation/image.php?societe=${codeSociete}')`;
wrapper.style.backgroundImage = `url('${src_logo}')`;
}
});
}