This commit is contained in:
KANE LAZENI 2026-07-19 13:36:39 +00:00
parent 57ccc1c93e
commit 3e513fa54c
2 changed files with 2 additions and 2 deletions

View File

@ -25613,7 +25613,7 @@ function ajoute_dentaire()
alert("numeroDent => "+numeroDent);
return;
if (numeroDentObligatoire=="1" && numeroDent.trim() <= " ") {
if (numeroDentObligatoire=="1" && numeroDent.trim() <= "0") {
alert_ebene(
"Veuillez sélectionner un numéro de dent!",
"Please select a tooth number!"

View File

@ -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.19.03"></script>
<script src="Js/fonctions.js?ver=2026.07.19.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>