fix(select-entries): actually do the ajax request!
This commit is contained in:
parent
0771a2750b
commit
df25bfa9ac
1 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,9 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
|||
data: JSON.stringify({ bf_titre: $('#title').val(), bf_activite: content, id_typeannonce: 21 }),
|
||||
contentType: 'application/json'
|
||||
};
|
||||
$.ajax(settings).done(function (response) {
|
||||
console.log(response);
|
||||
});
|
||||
return false;
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue