From b647ecaacf244f5fe61bc84f249ff754ad59b41d Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 5 Jul 2026 14:28:38 +0000 Subject: [PATCH] a --- Js/fonctions.js | 7 +++++-- Vue/Ajaxconnexioncookie/index.php | 3 +-- Vue/gabarit.php | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 2382aa8..bed8244 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -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); } }); } diff --git a/Vue/Ajaxconnexioncookie/index.php b/Vue/Ajaxconnexioncookie/index.php index 868cd15..cc09b3b 100755 --- a/Vue/Ajaxconnexioncookie/index.php +++ b/Vue/Ajaxconnexioncookie/index.php @@ -35,9 +35,8 @@ } ?> -
- +
diff --git a/Vue/gabarit.php b/Vue/gabarit.php index fca52fa..d5c1d07 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -891,7 +891,7 @@ - +