a
This commit is contained in:
@@ -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}')`;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user