a
This commit is contained in:
parent
36809be8be
commit
462b123d8a
|
|
@ -17126,18 +17126,11 @@ function enregistrer_modif_parametresgeneraux()
|
||||||
data: donnees,
|
data: donnees,
|
||||||
error: function(errorData) {
|
error: function(errorData) {
|
||||||
console.log("error => "+errorData);
|
console.log("error => "+errorData);
|
||||||
$('#div_test_gabarit').html(errorData);
|
|
||||||
alert("error => "+errorData);
|
|
||||||
return;
|
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
console.log("success => "+data);
|
|
||||||
$('#div_test_gabarit').html(data);
|
|
||||||
alert("success => "+data);
|
|
||||||
return;
|
|
||||||
},
|
},
|
||||||
complete: function() {
|
complete: function() {
|
||||||
// afficher_parametresgeneraux();
|
afficher_parametresgeneraux();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user