diff --git a/Js/fonctions.js b/Js/fonctions.js
index d0d89ac..774a47e 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -26219,8 +26219,6 @@ function changer_entite_portail()
donnees = 'codeSociete='+codeSociete;
- // alert(donnees);
-
v_url = $("#racineWeb").val()+"Ajaxchangerentiteportail/";
$("#div_login_portail").html('
' + '
');
@@ -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}')`;
-
}
});
}
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 0c5bc32..fca52fa 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -891,7 +891,7 @@
-
+