a
This commit is contained in:
@@ -26236,8 +26236,8 @@ function changer_entite_portail()
|
||||
},
|
||||
complete: function()
|
||||
{
|
||||
src_logo="";
|
||||
afficherLogoSociete = $("#afficherLogoSociete").val();
|
||||
var src_logo="";
|
||||
var afficherLogoSociete = $("#afficherLogoSociete").val();
|
||||
if(afficherLogoSociete=="1")
|
||||
{
|
||||
src_logo="Societes/"+codeSociete+"/Logos/logo_societe.png";
|
||||
@@ -26245,6 +26245,9 @@ function changer_entite_portail()
|
||||
|
||||
const wrapper = document.querySelector('.login-wrapper');
|
||||
wrapper.style.backgroundImage = `url('${src_logo}')`;
|
||||
|
||||
const image_logo = document.getElementById('image_logo');
|
||||
image_logo.setAttribute('src', src_logo);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user