a
This commit is contained in:
parent
3604027523
commit
d8fd0884bc
|
|
@ -26249,9 +26249,8 @@ function changer_entite_portail()
|
|||
const image_logo = document.getElementById('image_logo');
|
||||
image_logo.setAttribute('src', src_logo);
|
||||
|
||||
alert("naturalHeight => "+image_logo.naturalHeight);
|
||||
alert("naturalWidth => "+image_logo.naturalWidth);
|
||||
alert("height => "+image_logo.height);
|
||||
alert("clientHeight => "+image_logo.clientHeight);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -891,7 +891,7 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
|
||||
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.07.05.03"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.05.04"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user