a
This commit is contained in:
parent
4ea6d9d196
commit
35edc58c29
|
|
@ -86333,8 +86333,6 @@ function afficher_consulter_actes_garantiebareme(idBaremePriseEnCharge, codeGara
|
|||
|
||||
function changer_entite_portail()
|
||||
{
|
||||
alert("changer_entite_portail");
|
||||
|
||||
codeSociete=$("#codeSociete").val();
|
||||
|
||||
if (codeSociete<=" ")
|
||||
|
|
@ -86384,8 +86382,6 @@ function changer_entite_portail()
|
|||
src_logo="Societes/"+codeSociete+"/Logos/logo_societe.png";
|
||||
}
|
||||
|
||||
alert("afficherLogoSociete => "+afficherLogoSociete+" ; src_logo => "+src_logo);
|
||||
|
||||
const wrapper = document.querySelector('.login-wrapper');
|
||||
wrapper.style.backgroundImage = `url('${src_logo}')`;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,8 +22,6 @@
|
|||
$societeExiste = true;
|
||||
?>
|
||||
|
||||
<!-- <input class="sr-only" type="text" name="afficherLogoSociete" id="afficherLogoSociete" value="<?= $afficherLogoSociete ?>"> -->
|
||||
|
||||
<div class="login-wrapper">
|
||||
<form class="login100-form validate-form" action="Connexion/connecter" method="post">
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user