a
This commit is contained in:
parent
6f4011c711
commit
6ea5194fda
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user