This commit is contained in:
2026-07-05 13:40:16 +00:00
parent 7a20bca5a5
commit 700a78494f
2 changed files with 3 additions and 4 deletions

View File

@@ -26219,8 +26219,6 @@ function changer_entite_portail()
donnees = 'codeSociete='+codeSociete;
// alert(donnees);
v_url = $("#racineWeb").val()+"Ajaxchangerentiteportail/";
$("#div_login_portail").html('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
@@ -26251,9 +26249,10 @@ function changer_entite_portail()
src_logo="Societes/"+codeSociete+"/Logos/logo_societe.png";
}
alert("codeSociete => "+codeSociete+" ; afficherLogoSociete => "+afficherLogoSociete+" ; src_logo => "+src_logo);
const wrapper = document.querySelector('.login-wrapper');
wrapper.style.backgroundImage = `url('${src_logo}')`;
}
});
}