diff --git a/Js/fonctions.js b/Js/fonctions.js
index 8e5086d..e5dfcbf 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -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);
}
});
}
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index dd2d01e..ddbfaed 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -891,7 +891,7 @@
-
+