diff --git a/Js/fonctions.js b/Js/fonctions.js index 2efed5f..3576b10 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -26243,13 +26243,8 @@ function changer_entite_portail() src_logo="Societes/"+codeSociete+"/Logos/logo_societe.png"; } - 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); - - alert("height => "+image_logo.height); } }); } diff --git a/Vue/Ajaxconnexioncookie/index.php b/Vue/Ajaxconnexioncookie/index.php index 3c0e479..362f904 100755 --- a/Vue/Ajaxconnexioncookie/index.php +++ b/Vue/Ajaxconnexioncookie/index.php @@ -45,17 +45,6 @@