a
This commit is contained in:
parent
055acfcf69
commit
57ccc1c93e
|
|
@ -25610,6 +25610,8 @@ function ajoute_dentaire()
|
||||||
|
|
||||||
var numeroDentObligatoire = $('#numeroDentObligatoire').val();
|
var numeroDentObligatoire = $('#numeroDentObligatoire').val();
|
||||||
alert("numeroDentObligatoire => "+numeroDentObligatoire);
|
alert("numeroDentObligatoire => "+numeroDentObligatoire);
|
||||||
|
alert("numeroDent => "+numeroDent);
|
||||||
|
return;
|
||||||
|
|
||||||
if (numeroDentObligatoire=="1" && numeroDent.trim() <= " ") {
|
if (numeroDentObligatoire=="1" && numeroDent.trim() <= " ") {
|
||||||
alert_ebene(
|
alert_ebene(
|
||||||
|
|
|
||||||
|
|
@ -891,7 +891,7 @@
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
|
<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="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.01"></script>
|
<script src="Js/fonctions.js?ver=2026.07.19.03"></script>
|
||||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.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