a
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user