a
This commit is contained in:
parent
bd2bf4f489
commit
f93ffffd17
|
|
@ -703,7 +703,6 @@
|
|||
|
||||
function verifyPhoto() {
|
||||
v_csrf_token=$("#csrf_token").val();
|
||||
// alert("verifyPhoto => "+v_csrf_token);
|
||||
|
||||
showStep('step-verifying');
|
||||
|
||||
|
|
@ -722,7 +721,7 @@
|
|||
}),
|
||||
dataType: 'json',
|
||||
success: function(data) {
|
||||
alert(data);
|
||||
alert("success");
|
||||
console.log(data);
|
||||
if (data.success && data.match) {
|
||||
showSuccess(data);
|
||||
|
|
@ -731,7 +730,8 @@
|
|||
}
|
||||
},
|
||||
error: function(xhr, status, error) {
|
||||
// showError('Erreur lors de la vérification: ' + error);
|
||||
alert("error");
|
||||
showError('Erreur lors de la vérification: ' + error);
|
||||
showError(xhr.responseText);
|
||||
console.log(error);
|
||||
console.log(xhr.responseText);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user