This commit is contained in:
KANE LAZENI 2026-01-04 23:52:28 +00:00
parent 6f4011c711
commit 6ea5194fda

View File

@ -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) {