From 6ea5194fda17f9dcd4354af441ee91bf034ac487 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 23:52:28 +0000 Subject: [PATCH] a --- Js/fonctions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 700a727..363a4ce 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1878,7 +1878,7 @@ function ebene_confirmer_photo_face() // OK var dataURL = canvas.toDataURL("image/jpeg"); $.ajax({ - url: $("#racineWeb").val()+"Prestations/ebeneenregistrerface/", + url: $("#racineWeb").val()+"Fichebeneficiaire/ebeneenregistrerface/", type: 'POST', data: {'image_face' : dataURL, 'compare_face' : compare_face , 'del_face' : "0"}, success: function(data) { @@ -1972,7 +1972,7 @@ function ebene_supprimer_photo_face() // OK var dataURL = canvas.toDataURL("image/jpeg"); $.ajax({ - url: $("#racineWeb").val()+"Prestations/ebeneenregistrerface/", + url: $("#racineWeb").val()+"Fichebeneficiaire/ebeneenregistrerface/", type: 'POST', data: {'image_face' : dataURL, 'compare_face' : compare_face, 'del_face' : "1", 'motif' : motif}, success: function(data) {