forked from DGNum/gestioCOF
correction js
This commit is contained in:
parent
2c0bfd90e0
commit
618f89525e
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ $(document).ready(function() {
|
||||||
.done(function(data) {
|
.done(function(data) {
|
||||||
console.log(data);
|
console.log(data);
|
||||||
})
|
})
|
||||||
.always(function($xhr) {
|
.fail(function($xhr) {
|
||||||
var data = $xhr.responseJSON;
|
var data = $xhr.responseJSON;
|
||||||
console.log(data);
|
console.log(data);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue