This commit is contained in:
2026-07-05 14:43:03 +00:00
parent b647ecaacf
commit d68f688bcd
2 changed files with 3 additions and 1 deletions

View File

@@ -26246,6 +26246,8 @@ function changer_entite_portail()
const wrapper = document.querySelector('.login-wrapper');
wrapper.style.backgroundImage = `url('${src_logo}')`;
alert("src_logo => "+src_logo);
const image_logo = document.getElementById('image_logo');
image_logo.setAttribute('src', src_logo);
}